eric5_api.py

branch
Py2 comp.
changeset 3161
06f57a834adf
parent 3145
a9de05d4a22f
child 3178
f25fc1364c88
equal deleted inserted replaced
3146:14721e0f3b5b 3161:06f57a834adf
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 API Generator. 8 Eric5 API Generator.
9 9
40 It prints a reference of all commandline parameters that may 40 It prints a reference of all commandline parameters that may
41 be used and ends the application. 41 be used and ends the application.
42 """ 42 """
43 print("eric5_api") 43 print("eric5_api")
44 print() 44 print()
45 print("Copyright (c) 2004 - 2013 Detlev Offenbach" 45 print("Copyright (c) 2004 - 2014 Detlev Offenbach"
46 " <detlev@die-offenbachs.de>.") 46 " <detlev@die-offenbachs.de>.")
47 print() 47 print()
48 print("Usage:") 48 print("Usage:")
49 print() 49 print()
50 print(" eric5_api [options] files...") 50 print(" eric5_api [options] files...")
99 print( 99 print(
100 """eric5_api {0}\n""" 100 """eric5_api {0}\n"""
101 """\n""" 101 """\n"""
102 """Eric5 API generator.\n""" 102 """Eric5 API generator.\n"""
103 """\n""" 103 """\n"""
104 """Copyright (c) 2004 - 2013 Detlev Offenbach""" 104 """Copyright (c) 2004 - 2014 Detlev Offenbach"""
105 """ <detlev@die-offenbachs.de>\n""" 105 """ <detlev@die-offenbachs.de>\n"""
106 """This is free software; see the LICENSE.GPL3 for copying""" 106 """This is free software; see the LICENSE.GPL3 for copying"""
107 """ conditions.\n""" 107 """ conditions.\n"""
108 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 108 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
109 """ FOR A\n""" 109 """ FOR A\n"""

eric ide

mercurial