eric6/WebBrowser/WebBrowserSingleApplication.py

changeset 7781
607a6098cb44
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
6 6
7 """ 7 """
8 Module implementing the single application server and client for the web 8 Module implementing the single application server and client for the web
9 browser. 9 browser.
10 """ 10 """
11
12 11
13 from PyQt5.QtCore import pyqtSignal 12 from PyQt5.QtCore import pyqtSignal
14 13
15 from Toolbox.SingleApplication import ( 14 from Toolbox.SingleApplication import (
16 SingleApplicationClient, SingleApplicationServer 15 SingleApplicationClient, SingleApplicationServer

eric ide

mercurial