Debugger/DebugViewer.py

changeset 12
1d8dd9706f46
parent 8
0ae9bd4d2993
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
23 23
24 from PyQt4.QtCore import * 24 from PyQt4.QtCore import *
25 from PyQt4.QtGui import * 25 from PyQt4.QtGui import *
26 26
27 from QScintilla.Shell import Shell 27 from QScintilla.Shell import Shell
28 from VariablesViewer import VariablesViewer 28 from .VariablesViewer import VariablesViewer
29 from ExceptionLogger import ExceptionLogger 29 from .ExceptionLogger import ExceptionLogger
30 from BreakPointViewer import BreakPointViewer 30 from .BreakPointViewer import BreakPointViewer
31 from WatchPointViewer import WatchPointViewer 31 from .WatchPointViewer import WatchPointViewer
32 32
33 import Utilities 33 import Utilities
34 import UI.PixmapCache 34 import UI.PixmapCache
35 35
36 from E4Gui.E4TabWidget import E4TabWidget 36 from E4Gui.E4TabWidget import E4TabWidget

eric ide

mercurial