Project/AddFileDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2995
63d874899b8b
child 3060
5883ce99ee12
--- a/Project/AddFileDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Project/AddFileDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -48,7 +48,8 @@
         self.filter = filter
         self.ppath = pro.ppath
         self.startdir = startdir
-        self.filetypes = pro.pdata["FILETYPES"]  # save a reference to the filetypes dict
+        self.filetypes = pro.pdata["FILETYPES"]
+        # save a reference to the filetypes dict
         
         if self.filter is not None:
             self.sourcecodeCheckBox.hide()
@@ -180,9 +181,9 @@
         """
         Public slot to retrieve the dialogs data.
         
-        @return tuple of three values (list of string, string, boolean) giving the
-            source files, the target directory and a flag telling, whether
-            the files shall be added as source code
+        @return tuple of three values (list of string, string, boolean)
+            giving the source files, the target directory and a flag
+            telling, whether the files shall be added as source code
         """
         return (
             [Utilities.toNativeSeparators(f) for f in

eric ide

mercurial