eric5_api.py

changeset 3160
209a07d7e401
parent 3035
36e9f388958b
child 3178
f25fc1364c88
equal deleted inserted replaced
3158:c91f976a2395 3160:209a07d7e401
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
31 It prints a reference of all commandline parameters that may 31 It prints a reference of all commandline parameters that may
32 be used and ends the application. 32 be used and ends the application.
33 """ 33 """
34 print("eric5_api") 34 print("eric5_api")
35 print() 35 print()
36 print("Copyright (c) 2004 - 2013 Detlev Offenbach" 36 print("Copyright (c) 2004 - 2014 Detlev Offenbach"
37 " <detlev@die-offenbachs.de>.") 37 " <detlev@die-offenbachs.de>.")
38 print() 38 print()
39 print("Usage:") 39 print("Usage:")
40 print() 40 print()
41 print(" eric5_api [options] files...") 41 print(" eric5_api [options] files...")
90 print( 90 print(
91 """eric5_api {0}\n""" 91 """eric5_api {0}\n"""
92 """\n""" 92 """\n"""
93 """Eric5 API generator.\n""" 93 """Eric5 API generator.\n"""
94 """\n""" 94 """\n"""
95 """Copyright (c) 2004 - 2013 Detlev Offenbach""" 95 """Copyright (c) 2004 - 2014 Detlev Offenbach"""
96 """ <detlev@die-offenbachs.de>\n""" 96 """ <detlev@die-offenbachs.de>\n"""
97 """This is free software; see the LICENSE.GPL3 for copying""" 97 """This is free software; see the LICENSE.GPL3 for copying"""
98 """ conditions.\n""" 98 """ conditions.\n"""
99 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 99 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
100 """ FOR A\n""" 100 """ FOR A\n"""

eric ide

mercurial