Debugger/DebugViewer.py

changeset 12
1d8dd9706f46
parent 8
0ae9bd4d2993
child 13
1af94a91f439
--- a/Debugger/DebugViewer.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/Debugger/DebugViewer.py	Sat Jan 02 15:11:35 2010 +0000
@@ -25,10 +25,10 @@
 from PyQt4.QtGui import *
 
 from QScintilla.Shell import Shell
-from VariablesViewer import VariablesViewer
-from ExceptionLogger import ExceptionLogger
-from BreakPointViewer import BreakPointViewer
-from WatchPointViewer import WatchPointViewer
+from .VariablesViewer import VariablesViewer
+from .ExceptionLogger import ExceptionLogger
+from .BreakPointViewer import BreakPointViewer
+from .WatchPointViewer import WatchPointViewer
 
 import Utilities
 import UI.PixmapCache

eric ide

mercurial