editors/GraphicViewer.py
changeset 1176 f4b434672204
parent 902 ffa8ee5ee2fe
--- a/editors/GraphicViewer.py	Mon May 27 09:24:39 2013 +0200
+++ b/editors/GraphicViewer.py	Mon May 27 13:09:54 2013 +0200
@@ -29,8 +29,9 @@
 import wx.lib.plot as plot
 import wx.lib.buttons
 
-from graphics.GraphicCommons import DebugViewer, MODE_SELECTION, MODE_MOTION
-from EditorPanel import EditorPanel
+from graphics.GraphicCommons import MODE_SELECTION, MODE_MOTION
+from editors.DebugViewer import DebugViewer
+from editors.EditorPanel import EditorPanel
 from util.BitmapLibrary import GetBitmap
 
 colours = ['blue', 'red', 'green', 'yellow', 'orange', 'purple', 'brown', 'cyan',