Skip to content

Commit 2d99217

Browse files
authored
fix package errors for Python 3
1 parent 6c18313 commit 2d99217

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ipapi/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
2-
from ipapi import location
3-
1+
__all__ = ['ipapi']
2+
from .ipapi import location

0 commit comments

Comments
 (0)