diff -r c8e008b8cefe -r 72a826dfcfbb editors/GraphicViewer.py --- a/editors/GraphicViewer.py Wed Mar 13 12:34:55 2013 +0900 +++ b/editors/GraphicViewer.py Wed Jul 31 10:45:07 2013 +0900 @@ -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',