Utilities/Startup.py

branch
5_2_x
changeset 2303
0ed4ed026c16
parent 1859
817828de35f0
equal deleted inserted replaced
2291:acd3cc35e553 2303:0ed4ed026c16
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2013 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 """
81 print(""" 81 print("""
82 {name} {version} 82 {name} {version}
83 83
84 {description} 84 {description}
85 85
86 Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> 86 Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
87 This is free software; see LICENSE.GPL3 for copying conditions. 87 This is free software; see LICENSE.GPL3 for copying conditions.
88 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 88 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
89 PARTICULAR PURPOSE.""".format(**appinfo)) 89 PARTICULAR PURPOSE.""".format(**appinfo))
90 sys.exit(0) 90 sys.exit(0)
91 91

eric ide

mercurial