python 2.5 fix

This commit is contained in:
Kenneth Reitz
2011-05-14 23:21:58 -04:00
parent c40deefb8a
commit 5708fe9565
+3 -2
View 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 *