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:
f9dfbb7
)
deprecate settings
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 23 Oct 2011 00:28:25 +0000
(20:28 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 23 Oct 2011 00:28:25 +0000
(20:28 -0400)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 2b25c9e29f29e248e484c15bad31d8a929183d35..6cce5bfec8778a7f3d209f4e5cdf35b200ce1e57 100644
(file)
--- a/
requests/__init__.py
+++ b/
requests/__init__.py
@@
-27,7
+27,6
@@
from .models import HTTPError, Request, Response
from .api import request, get, head, post, patch, put, delete
from .sessions import session
from .status_codes import codes
-from .config import settings
from .exceptions import (
RequestException, AuthenticationError, Timeout, URLRequired,
TooManyRedirects