22 QCoreApplication, |
22 QCoreApplication, |
23 QLockFile, |
23 QLockFile, |
24 ) |
24 ) |
25 from PyQt6.QtWidgets import QApplication |
25 from PyQt6.QtWidgets import QApplication |
26 |
26 |
27 from EricWidgets import EricMessageBox |
27 from eric7.EricWidgets import EricMessageBox |
28 from EricWidgets.EricApplication import ericApp |
28 from eric7.EricWidgets.EricApplication import ericApp |
29 |
29 |
30 import Preferences |
30 from eric7 import Preferences |
31 |
31 |
32 |
32 |
33 class VersionControl(QObject): |
33 class VersionControl(QObject): |
34 """ |
34 """ |
35 Class implementing an abstract base class to be subclassed by all specific |
35 Class implementing an abstract base class to be subclassed by all specific |