Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

branch
BgService
changeset 3228
f489068e51e8
parent 3209
c5432abceb25
child 3413
5e63f809732a
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Wed Jan 15 22:55:52 2014 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Fri Jan 17 23:38:29 2014 +0100
@@ -25,10 +25,6 @@
 import Utilities
 
 from . import pep8
-#from .NamingStyleChecker import NamingStyleChecker
-#
-## register the name checker
-#pep8.register_check(NamingStyleChecker, NamingStyleChecker.Codes)
 
 
 class CodeStyleCheckerDialog(QDialog, Ui_CodeStyleCheckerDialog):
@@ -776,7 +772,7 @@
         self.__options[5] = True
         self.__options[6] = self.lineLengthSpinBox.value()
         
-        self.files = fixesDict.keys()
+        self.files = list(fixesDict.keys())
         # now go through all the files
         self.progress = 0
         self.files.sort()

eric ide

mercurial