Skip to content

Commit a7b45b2

Browse files
committed
Fix import scope for Python 3
1 parent c182988 commit a7b45b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ari/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""ARI client library
66
"""
77

8-
import client
8+
import ari.client
99
import swaggerpy.http_client
1010
import urlparse
1111

0 commit comments

Comments
 (0)