eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py

changeset 7260
4cc6f121119a
parent 7229
53054eb5b15a
child 7360
9190402e4505
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py	Mon Sep 23 19:22:12 2019 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py	Mon Sep 23 20:03:20 2019 +0200
@@ -678,8 +678,8 @@
         """
         Private slot to open the configuration dialog.
         """
-        e5App().getObject("UserInterface")\
-            .showPreferences("zzz_subversionPage")
+        e5App().getObject("UserInterface").showPreferences(
+            "zzz_subversionPage")
     
     def __svnChangeLists(self):
         """

eric ide

mercurial