Utilities/BackgroundService.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 3821
8731f4bf0704
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
24 from E5Gui import E5MessageBox 24 from E5Gui import E5MessageBox
25 from E5Gui.E5Application import e5App 25 from E5Gui.E5Application import e5App
26 import Preferences 26 import Preferences
27 import Utilities 27 import Utilities
28 28
29 from eric5config import getConfig 29 from eric6config import getConfig
30 30
31 31
32 class BackgroundService(QTcpServer): 32 class BackgroundService(QTcpServer):
33 """ 33 """
34 Class implementing the main part of the background service. 34 Class implementing the main part of the background service.

eric ide

mercurial