Skip to content

Commit 4ba5f09

Browse files
committed
using relative import to fix and issue with Python 3.4 dyninc#11
1 parent 23e65a1 commit 4ba5f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynect/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
version = '0.1'
33
version_info = (0, 1)
44

5-
from DynectDNS import DynectRest
5+
from .DynectDNS import DynectRest

0 commit comments

Comments
 (0)