absolute import
authorKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 07:13:32 +0000 (02:13 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 07:13:32 +0000 (02:13 -0500)
requests/__init__.py

index c2fdbadbc91260fa5920287d568e6900497f265b..ef1b372885ce49c901c0a56302006e90fe81e0e3 100644 (file)
@@ -1,3 +1,3 @@
 # -*- coding: utf-8 -*-
 
-from core import *
\ No newline at end of file
+from .core import *
\ No newline at end of file