Moved hooke.libhookecurve -> hooke.curve and rewrote HookeCurve -> Curve class.
[hooke.git] / hooke / plugin / generalclamp.py
index b3a6126a4b022b2a3d9fb8841b6c9aa952770d68..0ac2164be981ff8ed3697220f99344f68c339187 100644 (file)
@@ -9,7 +9,7 @@ import wxversion
 wxversion.select(WX_GOOD)
 from wx import PostEvent
 
-from .. import libhookecurve as lhc
+from .. import curve as lhc
 
 
 class generalclampCommands(object):