Moved hooke.libhookecurve -> hooke.curve and rewrote HookeCurve -> Curve class.
[hooke.git] / hooke / plugin / superimpose.py
index 448ded342d687a2563ee1456c32449b00cb0dd0b..708cafd1adac9ff1b6aae9e89dee6c0cea95670b 100644 (file)
@@ -4,7 +4,7 @@ wxversion.select(WX_GOOD)
 from wx import PostEvent
 from numpy import arange, mean
 
-from .. import libhookecurve as lhc
+from .. import curve as lhc
 
 class superimposeCommands(object):