from __future__ import absolute_imports

This commit is contained in:
Kenneth Reitz
2011-02-16 12:47:58 -05:00
parent a5517960ea
commit 34ca692c9c
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -9,10 +9,11 @@
:copyright: (c) 2011 by Kenneth Reitz.
:license: ISC, see LICENSE for more details.
"""
from __future__ import absolute_import
import urllib
import urllib2
from urllib2 import HTTPError
try:
+2
View File
@@ -1 +1,3 @@
from __future__ import absolute_import
from . import poster
+2
View File
@@ -26,6 +26,8 @@ New releases of poster will always have a version number that compares greater
than an older version of poster.
New in version 0.6."""
from __future__ import absolute_import
from . import streaminghttp
from . import encode