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:
Bryan W. Weber 2017-11-08 09:36:21 -05:00 committed by Ray Speth
parent d1f9b9393a
commit 136c86636e

View file

@ -1,2 +1,2 @@
import ck2cti
import ctml_writer
from . import ck2cti
from . import ctml_writer