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:
736cb70
)
Import fix for python2.5
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 19 Feb 2011 05:41:28 +0000
(
00:41
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 19 Feb 2011 05:41:28 +0000
(
00:41
-0500)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 829a9572b92586c5453f0dfae7e233ab19b45cf3..5c84046b5b9c8767c9192a99941b01be0ad18e1d 100644
(file)
--- a/
requests/__init__.py
+++ b/
requests/__init__.py
@@
-1,9
+1,7
@@
# -*- coding: utf-8 -*-
-from __future__ import absolute_import
-
-from . import packages
-from .core import *
+import packages
+from core import *