UI/Browser.py

changeset 825
9cdec3c5bc07
parent 802
e8882d16384c
child 880
52ed20236a1c
--- a/UI/Browser.py	Fri Jan 07 12:08:01 2011 +0100
+++ b/UI/Browser.py	Fri Jan 07 12:38:39 2011 +0100
@@ -324,10 +324,8 @@
         for itm in itmList:
             if isinstance(itm, BrowserFileItem):
                 if itm.isPython2File():
-##                    self.sourceFile[str, int, str].emit(itm.fileName(), 1, "Python")
                     self.sourceFile[str, int].emit(itm.fileName(), 1)
                 elif itm.isPython3File():
-##                    self.sourceFile[str, int, str].emit(itm.fileName(), 1, "Python3")
                     self.sourceFile[str, int].emit(itm.fileName(), 1)
                 elif itm.isRubyFile():
                     self.sourceFile[str, int, str].emit(itm.fileName(), 1, "Ruby")

eric ide

mercurial