eric6_api.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3697
c947a7eaace4
diff -r ac84ac3c0f05 -r f0cb7579c0b4 eric6_api.py
--- a/eric6_api.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/eric6_api.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,7 +5,7 @@
 #
 
 """
-Eric5 API Generator.
+Eric6 API Generator.
 
 This is the main Python script of the API generator. It is
 this script that gets called via the API generation interface.
@@ -37,14 +37,14 @@
     It prints a reference of all commandline parameters that may
     be used and ends the application.
     """
-    print("eric5_api")
+    print("eric6_api")
     print()
     print("Copyright (c) 2004 - 2014 Detlev Offenbach"
           " <detlev@die-offenbachs.de>.")
     print()
     print("Usage:")
     print()
-    print("  eric5_api [options] files...")
+    print("  eric6_api [options] files...")
     print()
     print("where files can be either python modules, package")
     print("directories or ordinary directories.")
@@ -94,9 +94,9 @@
     Function to show the version information.
     """
     print(
-        """eric5_api  {0}\n"""
+        """eric6_api  {0}\n"""
         """\n"""
-        """Eric5 API generator.\n"""
+        """Eric6 API generator.\n"""
         """\n"""
         """Copyright (c) 2004 - 2014 Detlev Offenbach"""
         """ <detlev@die-offenbachs.de>\n"""
@@ -126,7 +126,7 @@
         usage()
 
     excludeDirs = ["CVS", ".svn", "_svn", ".ropeproject", "_ropeproject",
-                   ".eric5project", "_eric5project", "dist", "build", "doc",
+                   ".eric6project", "_eric6project", "dist", "build", "doc",
                    "docs"]
     excludePatterns = []
     outputFileName = ""

eric ide

mercurial