Debugger/DebuggerInterfacePython3.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 112
16893e193e9d
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
7 Module implementing the Python3 debugger interface for the debug server. 7 Module implementing the Python3 debugger interface for the debug server.
8 """ 8 """
9 9
10 import sys 10 import sys
11 import os 11 import os
12 import socket
13 12
14 from PyQt4.QtCore import * 13 from PyQt4.QtCore import *
15 from PyQt4.QtGui import QInputDialog, QMessageBox 14 from PyQt4.QtGui import QInputDialog, QMessageBox
16 15
17 from E5Gui.E5Application import e5App 16 from E5Gui.E5Application import e5App

eric ide

mercurial