Merged with trunk
[hooke.git] / hooke / driver / hdf5.py
similarity index 97%
rename from hdf5.py
rename to hooke/driver/hdf5.py
index 8feb89b7ae74f01aa7180ce305c31d251abf543e..90ff9230bd32fd6f9f984d20fac15baf6ec95c50 100644 (file)
--- a/hdf5.py
@@ -9,8 +9,8 @@ Alberto Gomez-Casado (c) 2010
 Massimo Sandal      (c) 2009   
 '''
 
-import libhookecurve as lhc
-import libhooke as lh
+from .. import libhookecurve as lhc
+from .. import libhooke as lh
 
 class hdf5Driver(lhc.Driver):