eric6/Plugins/PluginTabnanny.py

changeset 7637
c878e8255972
parent 7635
0cdead130a81
child 7639
422fd05e9c91
diff -r 61566f35ab22 -r c878e8255972 eric6/Plugins/PluginTabnanny.py
--- a/eric6/Plugins/PluginTabnanny.py	Mon Jun 22 17:55:06 2020 +0200
+++ b/eric6/Plugins/PluginTabnanny.py	Tue Jun 23 17:24:18 2020 +0200
@@ -309,8 +309,7 @@
         files = [os.path.join(ppath, file)
                  for file in project.pdata["SOURCES"]
                  if file.endswith(
-                     tuple(Preferences.getPython("Python3Extensions")) +
-                     tuple(Preferences.getPython("PythonExtensions")))]
+                     tuple(Preferences.getPython("Python3Extensions")))]
         
         from CheckerPlugins.Tabnanny.TabnannyDialog import TabnannyDialog
         self.__projectTabnannyDialog = TabnannyDialog(self)

eric ide

mercurial