Skip to content

Commit 5708fe9

Browse files
author
Kenneth Reitz
committed
python 2.5 fix
1 parent c40deef commit 5708fe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requests/core.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
__copyright__ = 'Copyright 2011 Kenneth Reitz'
2020

2121

22-
from .models import HTTPError, auth_manager
23-
from .api import *
22+
23+
from models import HTTPError, auth_manager
24+
from api import *

0 commit comments

Comments
 (0)