Merged with trunk
[hooke.git] / hooke / plugin / jumpstat.py
similarity index 99%
rename from jumpstat.py
rename to hooke/plugin/jumpstat.py
index 07f6e0514d86d4e8c5a997285b884409585555b2..9175b5c60b767723379289a41189792cf2af8285 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-from libhooke import WX_GOOD, ClickedPoint
+from ..libhooke import WX_GOOD, ClickedPoint
 import wxversion
 wxversion.select(WX_GOOD)
 from wx import PostEvent
@@ -201,4 +201,4 @@ class jumpstatCommands():
            f.write("\n")
            f.close()
  
-     print 'Saving...'
\ No newline at end of file
+     print 'Saving...'