Added modular directory structure.
[hooke.git] / hooke / driver / mcs.py
index 48836f2fb4b558506d89279b5342623957e7db3c..6562d90d1040510c80d7852005fd41aa7f3af86e 100644 (file)
@@ -6,8 +6,8 @@ driver for mcs fluorescence files
 Massimo Sandal, Allen Chen (c) 2009
 '''
 
-import libhookecurve as lhc
-import libhooke as lh
+from .. import libhookecurve as lhc
+from .. import libhooke as lh
 import struct
 
 class mcsDriver(lhc.Driver):