eric6/Debugger/DebugViewer.py

changeset 7229
53054eb5b15a
parent 7014
61172a5bc172
child 7251
bc5b1b00560a
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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
24 23
25 import os 24 import os
26 25
27 from PyQt5.QtCore import pyqtSignal 26 from PyQt5.QtCore import pyqtSignal
28 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \ 27 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \

eric ide

mercurial