ascii arts
authorKenneth Reitz <me@kennethreitz.com>
Sat, 1 Oct 2011 08:34:52 +0000 (04:34 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 1 Oct 2011 08:35:34 +0000 (04:35 -0400)
requests/core.py
requests/exceptions.py

index e111c69990412c769afc23b48607f2e5cdce66c8..613e332434b801b42f1b65af4816d36d53b102bb 100644 (file)
@@ -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
index ecedd7f66fdcd76819bdca9cc8b24afa330a3643..74a584c9ae17806c83acfde3d204b8aaed1180fd 100644 (file)
@@ -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."""