Added modular directory structure.
[hooke.git] / hooke / driver / hemingclamp.py
old mode 100755 (executable)
new mode 100644 (file)
index 41e721a..3145404
@@ -14,7 +14,7 @@ __changelog__='''
 2007_02_07: Initial implementation
 '''
 import string
 2007_02_07: Initial implementation
 '''
 import string
-import libhookecurve as lhc
+from .. import libhookecurve as lhc
 
 class DataChunk(list):
     '''Dummy class to provide ext and ret methods to the data list.
 
 class DataChunk(list):
     '''Dummy class to provide ext and ret methods to the data list.