Skip to content

Commit e3fc0d4

Browse files
committed
Merge pull request #32 from leonelcamara/patch-1
Be explicit in the relative import of utils
2 parents e27c490 + 1d69bb5 commit e3fc0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unirest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import base64
2828
import threading
2929
import gzip
30-
import utils
30+
from . import utils
3131

3232
from StringIO import StringIO
3333
from poster.streaminghttp import register_openers

0 commit comments

Comments
 (0)