Debugger/DebugViewer.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3058
0a02c433f52d
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
18 <li>a file browser (optional)</li> 18 <li>a file browser (optional)</li>
19 <li>an interpreter shell (optional)</li> 19 <li>an interpreter shell (optional)</li>
20 </ul> 20 </ul>
21 """ 21 """
22 22
23 from __future__ import unicode_literals # __IGNORE_WARNING__ 23 from __future__ import unicode_literals
24 24
25 import os 25 import os
26 26
27 from PyQt4.QtCore import pyqtSignal 27 from PyQt4.QtCore import pyqtSignal
28 from PyQt4.QtGui import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \ 28 from PyQt4.QtGui import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \

eric ide

mercurial