From: Kenneth Reitz Date: Sat, 1 Oct 2011 08:34:52 +0000 (-0400) Subject: ascii arts X-Git-Tag: v0.8.0~94^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58433fb74d040e7828a3a047a5ca25dba5751ab;p=services%2Fpython-requests.git ascii arts --- diff --git a/requests/core.py b/requests/core.py index e111c69..613e332 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 ecedd7f..74a584c 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."""