From: Kenneth Reitz Date: Mon, 14 Feb 2011 07:42:46 +0000 (-0500) Subject: whitespace X-Git-Tag: v0.2.1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=800b03457b6a80c0310940c03bffe7e6dd5b3286;p=services%2Fpython-requests.git whitespace --- diff --git a/requests/core.py b/requests/core.py index 78eef6e..8ac748e 100644 --- a/requests/core.py +++ b/requests/core.py @@ -390,6 +390,7 @@ def _get_autoauth(url): return None + class RequestException(Exception): """There was an ambiguous exception that occured while handling your request."""