Added modular directory structure.
[hooke.git] / hooke / driver / csvdriver.py
index fb465ee2c0083a6a0b251c9dc9da5f6464fc326e..1d05e232532eb67c9ecb1528dffa98f28550d179 100644 (file)
@@ -12,8 +12,8 @@ If the number of columns is odd, the last column is ignored.
 (c)Massimo Sandal, 2008
 '''
 
-import libhookecurve as lhc
-import libhooke as lh
+from .. import libhookecurve as lhc
+from .. import libhooke as lh
 import csv
 
 class csvdriverDriver(lhc.Driver):