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:
f887906
)
new settings location
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 22 May 2011 17:31:17 +0000
(13:31 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 22 May 2011 17:31:17 +0000
(13:31 -0400)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 073d231b7dedb48b1498f46ee4919068d44ccf00..c5ac383dd229152d30b9475d73b3ea5d55c06fb8 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-22,4
+22,4
@@
__copyright__ = 'Copyright 2011 Kenneth Reitz'
from models import HTTPError, auth_manager
from api import *
from exceptions import *
-from
settings import Settings as
settings
\ No newline at end of file
+from
config import
settings
\ No newline at end of file