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. |