Skip to content

Commit d294cba

Browse files
committed
fix python 3.5 import
1 parent 645d174 commit d294cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ziptastic/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from nose.tools import eq_
44
from json import loads
55

6-
from ziptastic import Ziptastic
6+
from .ziptastic import Ziptastic
77

88
compare_v3_json = """[{"city": "Owosso", "country": "US",
99
"county": "Shiawassee", "state": "Michigan", "state_short": "MI",

0 commit comments

Comments
 (0)