From b58433fb74d040e7828a3a047a5ca25dba5751ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 1 Oct 2011 04:34:52 -0400 Subject: [PATCH] ascii arts --- requests/core.py | 6 ++++++ requests/exceptions.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/requests/core.py b/requests/core.py index e111c699..613e3324 100644 --- a/requests/core.py +++ b/requests/core.py @@ -1,5 +1,10 @@ # -*- coding: utf-8 -*- +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + """ requests.core ~~~~~~~~~~~~~ @@ -11,6 +16,7 @@ This module implements the main Requests system. """ + __title__ = 'requests' __version__ = '0.6.2 (dev)' __build__ = 0x000602 diff --git a/requests/exceptions.py b/requests/exceptions.py index ecedd7f6..74a584c9 100644 --- a/requests/exceptions.py +++ b/requests/exceptions.py @@ -13,7 +13,7 @@ class RequestException(Exception): class AuthenticationError(RequestException): """The authentication credentials provided were invalid.""" - + class AuthenticationError(RequestException): """The authentication credentials provided were invalid."""