ascii arts

This commit is contained in:
Kenneth Reitz
2011-10-01 04:34:52 -04:00
parent e228cf1cc4
commit b58433fb74
2 changed files with 7 additions and 1 deletions
+6
View 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
+1 -1
View 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."""