eric5-api.py

changeset 788
5b1b59777460
parent 433
988006cb898f
child 791
9ec2ac20e54e
--- a/eric5-api.py	Mon Dec 27 19:49:16 2010 +0100
+++ b/eric5-api.py	Fri Dec 31 15:19:02 2010 +0100
@@ -73,7 +73,7 @@
     print("        This option may be repeated multiple times.")
     for lang in sorted(DocumentationTools.supportedExtensionsDictForApis.keys()):
         print("            * {0}".format(lang))
-    print("        The default is 'Python'.")
+    print("        The default is 'Python3'.")
     print("        This option may be repeated multiple times.")
     sys.exit(1)
 
@@ -217,7 +217,7 @@
                             inpackage = True
                             files.remove(initFile)
                             files.insert(0, initFile)
-                        elif progLanguage != "Python":
+                        elif progLanguage != "Python3":
                             # assume package
                             inpackage = True
                 else:

eric ide

mercurial