Use relative imports (or absolute imports for cimport)
[pycomedi.git] / pycomedi / constant.pyx
index 196650aef5e36434d53d278e1888af4500bbf282..f99ddcf357022ed8eb5803911453a811a784add3 100644 (file)
@@ -117,7 +117,7 @@ import sys as _sys
 import numpy as _numpy
 import comedi as _comedi
 
-from pycomedi import LOG as _LOG
+from . import LOG as _LOG
 
 
 def bitwise_value(object):