Project/ProjectResourcesBrowser.py

branch
Py2 comp.
changeset 3065
070b35dde35e
parent 3060
5883ce99ee12
child 3080
6c0a430b19df
--- a/Project/ProjectResourcesBrowser.py	Sun Nov 03 16:23:07 2013 +0100
+++ b/Project/ProjectResourcesBrowser.py	Tue Nov 05 22:23:38 2013 +0100
@@ -631,7 +631,7 @@
         
         if self.project.pdata["PROGLANGUAGE"][0] in \
                 ["Python", "Python2", "Python3"]:
-            if self.project.getProjectType() in ["Qt4", "Qt4C","E4Plugin"]:
+            if self.project.getProjectType() in ["Qt4", "Qt4C", "E4Plugin"]:
                 self.rccCompiler = 'pyrcc4'
                 if Utilities.isWindowsPlatform():
                     self.rccCompiler += '.exe'

eric ide

mercurial