Project/AddFileDialog.py

changeset 2995
63d874899b8b
parent 2478
c4d8d795d356
child 3038
7fe9a53280bd
child 3057
10516539f238
diff -r 5ae1349b8fb4 -r 63d874899b8b Project/AddFileDialog.py
--- a/Project/AddFileDialog.py	Tue Oct 08 19:46:25 2013 +0200
+++ b/Project/AddFileDialog.py	Tue Oct 08 19:47:37 2013 +0200
@@ -46,7 +46,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()
@@ -178,9 +179,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