diff -r b0996e4a289e -r 1d8dd9706f46 Debugger/DebugViewer.py --- 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