eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py

changeset 7257
c4d0cac9b5c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r 4ef3b78ebb4e -r c4d0cac9b5c9 eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py
--- a/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Sat Sep 21 20:30:56 2019 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Sat Sep 21 22:03:03 2019 +0200
@@ -557,16 +557,16 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface")\
-            .showPreferences("zzz_gitPage")
+        e5App().getObject("UserInterface").showPreferences("zzz_gitPage")
     
     def __GitForget(self):
         """
         Private slot called by the context menu to remove the selected file
         from the Git repository leaving a copy in the project directory.
         """
-        from UI.DeleteFilesConfirmationDialog import \
+        from UI.DeleteFilesConfirmationDialog import (
             DeleteFilesConfirmationDialog
+        )
         if self.isTranslationsBrowser:
             items = self.browser.getSelectedItems([ProjectBrowserFileItem])
             names = [itm.fileName() for itm in items]

eric ide

mercurial