absolute imports

This commit is contained in:
Kenneth Reitz
2011-02-14 09:36:14 -05:00
parent 4c8b428bbd
commit 4c192ec5ac
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
import packages
from .core import *
from . import packages
from .core import *
+1 -1
View File
@@ -1 +1 @@
import poster
from . import poster
+2 -2
View File
@@ -26,7 +26,7 @@ New releases of poster will always have a version number that compares greater
than an older version of poster.
New in version 0.6."""
import streaminghttp
import encode
from . import streaminghttp
from . import encode
version = (0, 8, 0) # Thanks JP!