Fixed importing from external directory

This commit is contained in:
_ 2018-05-15 17:35:24 -07:00
parent 2c44adf7a2
commit 42e2d88734
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
import ctypes
from __init__ import libc
from .__init__ import libc
#--------------------------------------+
# Basic Struct

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
import ctypes
from __init__ import libc
from .__init__ import libc
#--------------------------------------+
# Basic Struct

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
import ctypes
from __init__ import libc
from .__init__ import libc
#--------------------------------------+
# Basic Struct