VCS/ProjectBrowserHelper.py

changeset 3034
7ce719013078
parent 3031
ed2eaa573ca5
child 3039
8dd0165d805d
diff -r 58fe260e7469 -r 7ce719013078 VCS/ProjectBrowserHelper.py
--- a/VCS/ProjectBrowserHelper.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/VCS/ProjectBrowserHelper.py	Sat Oct 19 13:03:39 2013 +0200
@@ -75,7 +75,7 @@
         VCS status and the file status.
         
         @param menu reference to the menu to be shown
-        @param standardItems array of standard items that need 
+        @param standardItems array of standard items that need
             activation/deactivation depending on the overall VCS status
         @exception RuntimeError to indicate that this method must be
             implemented by a subclass
@@ -283,7 +283,7 @@
                 names = [itm.dirName() for itm in items]
             else:
                 names = [itm.fileName() for itm in items]
-            files = [self.browser.project.getRelativePath(name) \
+            files = [self.browser.project.getRelativePath(name)
                      for name in names]
             
             dlg = DeleteFilesConfirmationDialog(

eric ide

mercurial