src/eric7/Plugins/PluginVcsPySvn.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
--- a/src/eric7/Plugins/PluginVcsPySvn.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Plugins/PluginVcsPySvn.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,19 +7,17 @@
 Module implementing the PySvn version control plugin.
 """
 
+import contextlib
 import os
-import contextlib
 
-from PyQt6.QtCore import QObject, QCoreApplication
-
-from eric7.EricWidgets.EricApplication import ericApp
+from PyQt6.QtCore import QCoreApplication, QObject
 
 from eric7 import Preferences
+from eric7.EricWidgets.EricApplication import ericApp
+from eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath
 from eric7.Preferences.Shortcuts import readShortcuts
 from eric7.UI import Info
 
-from eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath
-
 # Start-Of-Header
 name = "PySvn Plugin"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"

eric ide

mercurial