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 |
|
17 from eric7.__version__ import VersionOnly |
17 from eric7.EricWidgets.EricApplication import ericApp |
18 from eric7.EricWidgets.EricApplication import ericApp |
18 from eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath |
19 from eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath |
19 from eric7.Preferences.Shortcuts import readShortcuts |
20 from eric7.Preferences.Shortcuts import readShortcuts |
20 from eric7.__version__ import VersionOnly |
|
21 |
21 |
22 # Start-Of-Header |
22 # Start-Of-Header |
23 __header__ = { |
23 __header__ = { |
24 "name": "PySvn Plugin", |
24 "name": "PySvn Plugin", |
25 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
25 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |