Utilities/Startup.py

changeset 791
9ec2ac20e54e
parent 701
fc587a1c2f8b
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
790:2c0ea0163ef4 791:9ec2ac20e54e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some startup helper funcions 7 Module implementing some startup helper funcions
8 """ 8 """
79 print(""" 79 print("""
80 {name} {version} 80 {name} {version}
81 81
82 {description} 82 {description}
83 83
84 Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 84 Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
85 This is free software; see LICENSE.GPL3 for copying conditions. 85 This is free software; see LICENSE.GPL3 for copying conditions.
86 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 86 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
87 PARTICULAR PURPOSE.""".format(**appinfo)) 87 PARTICULAR PURPOSE.""".format(**appinfo))
88 sys.exit(0) 88 sys.exit(0)
89 89

eric ide

mercurial