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:
2c168d2
)
v0.2.0
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 03:56:20 +0000
(22:56 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 03:56:20 +0000
(22:56 -0500)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 89cc00911e4b9a9f2c8913c0b5ecff8e12fcf6fc..edfb6fc119bf8facfe08bff87c3f9a3cc49f4837 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-10,15
+10,13
@@
:license: ISC, see LICENSE for more details.
"""
-import httplib
import urllib
import urllib2
-import urlparse
__title__ = 'requests'
-__version__ = '0.
0.1
'
-__build__ = 0x000
001
+__version__ = '0.
2.0
'
+__build__ = 0x000
200
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'