eric5_api.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/eric5_api.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/eric5_api.py	Sun Nov 03 15:58:22 2013 +0100
@@ -96,17 +96,21 @@
     """
     Function to show the version information.
     """
-    print("""eric5_api  {0}
-
-Eric5 API generator.
-
-Copyright (c) 2004 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
-This is free software; see the LICENSE.GPL3 for copying conditions.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.""".format(Version))
+    print(
+        """eric5_api  {0}\n"""
+        """\n"""
+        """Eric5 API generator.\n"""
+        """\n"""
+        """Copyright (c) 2004 - 2013 Detlev Offenbach"""
+        """ <detlev@die-offenbachs.de>\n"""
+        """This is free software; see the LICENSE.GPL3 for copying"""
+        """ conditions.\n"""
+        """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
+        """ FOR A\n"""
+        """PARTICULAR PURPOSE.""".format(Version))
     sys.exit(1)
 
-
+    
 def main():
     """
     Main entry point into the application.

eric ide

mercurial