import cleanup
authorKenneth Reitz <me@kennethreitz.com>
Sat, 19 Nov 2011 20:45:45 +0000 (15:45 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 19 Nov 2011 20:45:45 +0000 (15:45 -0500)
requests/models.py

index 4951198..cc7d312 100644 (file)
@@ -10,7 +10,6 @@ This module contains the primary objects that power Requests.
 import urllib
 import zlib
 
-from Cookie import SimpleCookie
 from urlparse import urlparse, urlunparse, urljoin, urlsplit
 from datetime import datetime