Added modular directory structure.
[hooke.git] / hooke / driver / mfp1dexport.py
index 5cc18e53f7b25f10d2e3cb84c98bc57e7aa4f3ff..37af7df8e6fd022b61e026ad4e478b9252588a64 100644 (file)
@@ -6,8 +6,8 @@ Driver for text-exported MFP 1D files
 Massimo Sandal (c) 2009
 '''
 
-import libhookecurve as lhc
-import libhooke as lh
+from .. import libhookecurve as lhc
+from .. import libhooke as lh
 
 class mfp1dexportDriver(lhc.Driver):