mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
python 2.5 fix
This commit is contained in:
+3
-2
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user