projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cc971
)
kill AuthenticationError
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 18 Sep 2011 05:32:00 +0000
(
01:32
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 18 Sep 2011 05:32:00 +0000
(
01:32
-0400)
requests/exceptions.py
patch
|
blob
|
history
diff --git
a/requests/exceptions.py
b/requests/exceptions.py
index f6585f46a1a7d984b8d0a6baa7e5cd85a5d8544e..c7aeca634dcdf3fb38a8df6ae92282dd65e8a308 100644
(file)
--- a/
requests/exceptions.py
+++ b/
requests/exceptions.py
@@
-10,9
+10,6
@@
class RequestException(Exception):
"""There was an ambiguous exception that occured while handling your
request."""
-class AuthenticationError(RequestException):
- """The authentication credentials provided were invalid."""
-
class Timeout(RequestException):
"""The request timed out."""