Added modular directory structure.
[hooke.git] / hooke / driver / tutorialdriver.py
index 9d38c476e9d9cf7ab78e5074b13dc800d5e81e58..8644eef97a8250c0e78cf9b423df989757337eac 100644 (file)
@@ -45,7 +45,7 @@ END
 that is, two plots with two datasets each.
 '''
 
-import libhookecurve as lhc #We need to import this library to define some essential data types
+from .. import libhookecurve as lhc #We need to import this library to define some essential data types
 
 class tutorialdriverDriver(lhc.Driver):
     '''