mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
ascii arts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user