Merge branch 'remove-implicit-relative-imports'
[pycomedi.git] / pycomedi / library.pyx
index c2875d1a4344c71b0b3d3fe948e945f679af1e98..2f5ccb68e5a35fe2e0512796f2a5ff34c1b9a6e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2011-2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pycomedi.
 #
@@ -18,8 +18,8 @@
 
 import os as _os
 
-cimport _comedilib_h
-import constant as _constant
+from pycomedi cimport _comedilib_h
+from . import constant as _constant
 
 
 def set_loglevel(level):