3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
7 Module implementing the synchronization manager class. | 7 Module implementing the synchronization manager class. |
8 """ | 8 """ |
9 | 9 |
10 from __future__ import unicode_literals | 10 from __future__ import unicode_literals |
11 | 11 |
12 from PyQt4.QtCore import QObject, pyqtSignal | 12 from PyQt5.QtCore import QObject, pyqtSignal |
13 | 13 |
14 import Preferences | 14 import Preferences |
15 | 15 |
16 import Helpviewer.HelpWindow | 16 import Helpviewer.HelpWindow |
17 | 17 |