Utilities/Startup.py

branch
5_1_x
changeset 1510
e75ecf2bd9dd
parent 791
9ec2ac20e54e
equal deleted inserted replaced
1502:9a74e0e9f28c 1510:e75ecf2bd9dd
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2012 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 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> 84 Copyright (c) 2002 - 2012 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