10495:73ec0786d60e | 10496:f9925e08dbce |
---|---|
6 """ | 6 """ |
7 Module implementing the PySvn version control plugin. | 7 Module implementing the PySvn version control plugin. |
8 """ | 8 """ |
9 | 9 |
10 import contextlib | 10 import contextlib |
11 import importlib | 11 import importlib.util |
12 import os | 12 import os |
13 | 13 |
14 from PyQt6.QtCore import QCoreApplication, QObject | 14 from PyQt6.QtCore import QCoreApplication, QObject |
15 | 15 |
16 from eric7 import Preferences | 16 from eric7 import Preferences |