Make the minimal Python interface compatible with Python 3
Use relative imports in the package, compatible with Python 2 and 3
This commit is contained in:
parent
d1f9b9393a
commit
136c86636e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
import ck2cti
|
||||
import ctml_writer
|
||||
from . import ck2cti
|
||||
from . import ctml_writer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue