projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4161a7e
)
Removed extra whitespace
author
Michael Edwards
<medwards@walledcity.ca>
Sun, 13 May 2012 09:59:31 +0000
(11:59 +0200)
committer
Michael Edwards
<medwards@walledcity.ca>
Sun, 13 May 2012 09:59:31 +0000
(11:59 +0200)
requests/exceptions.py
patch
|
blob
|
history
diff --git
a/requests/exceptions.py
b/requests/exceptions.py
index 1cffa805c52f7ba72326a3f5fc895c6f424da6c9..57f7b82d636f817204f29eacfe90be8a4bd46991 100644
(file)
--- a/
requests/exceptions.py
+++ b/
requests/exceptions.py
@@
-36,6
+36,6
@@
class MissingSchema(RequestException, ValueError):
class InvalidSchema(RequestException, ValueError):
"""See defaults.py for valid schemas."""
-
+
class InvalidURL(RequestException, ValueError):
- """ The URL provided was somehow invalid. """
\ No newline at end of file
+ """ The URL provided was somehow invalid. """