src/eric7/WebBrowser/WebBrowserSingleApplication.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9624
b47dfa7a137d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
9 browser. 9 browser.
10 """ 10 """
11 11
12 from PyQt6.QtCore import pyqtSignal 12 from PyQt6.QtCore import pyqtSignal
13 13
14 from eric7 import Globals
14 from eric7.Toolbox.SingleApplication import ( 15 from eric7.Toolbox.SingleApplication import (
15 SingleApplicationClient, 16 SingleApplicationClient,
16 SingleApplicationServer, 17 SingleApplicationServer,
17 ) 18 )
18
19 from eric7 import Globals
20 19
21 ########################################################################### 20 ###########################################################################
22 ## define some module global stuff 21 ## define some module global stuff
23 ########################################################################### 22 ###########################################################################
24 23

eric ide

mercurial