Project/Project.py

changeset 570
43a680c5c8e6
parent 564
b3d966393ba9
child 583
08bc660d6a15
--- a/Project/Project.py	Sun Sep 05 13:36:40 2010 +0200
+++ b/Project/Project.py	Sun Sep 05 17:47:33 2010 +0200
@@ -4206,7 +4206,7 @@
             for file in self.pdata["SOURCES"] if file.endswith(".py")]
         self.codemetrics = CodeMetricsDialog()
         self.codemetrics.show()
-        self.codemetrics.start(files)
+        self.codemetrics.prepare(files, self)
 
     def __showCodeCoverage(self):
         """
@@ -4641,4 +4641,4 @@
                             .replace('"', "").replace("'", "")
                 break
         
-        return version
\ No newline at end of file
+        return version

eric ide

mercurial