python 2.5 fix
authorKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 03:21:58 +0000 (23:21 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 03:21:58 +0000 (23:21 -0400)
requests/core.py

index e5231c4..3c32d67 100644 (file)
@@ -19,5 +19,6 @@ __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'
 
 
-from .models import HTTPError, auth_manager
-from .api import *
+
+from models import HTTPError, auth_manager
+from api import *