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:
62d29d5
)
Removed unused imports.
author
Jérémy Bethmont
<jeremy.bethmont@gmail.com>
Mon, 26 Sep 2011 09:00:25 +0000
(11:00 +0200)
committer
Jérémy Bethmont
<jeremy.bethmont@gmail.com>
Mon, 26 Sep 2011 09:00:25 +0000
(11:00 +0200)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 18ae26abe85a12654a7d50df1e13d292e540e75a..43b437ee5a2a0e797343d13909358d82e51e64ec 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-14,7
+14,7
@@
import zlib
from urllib2 import HTTPError
-from urlparse import urlparse
, urlunparse, urljoin
+from urlparse import urlparse
from datetime import datetime
from .config import settings