Toolbox/Startup.py

changeset 2302
f29e9405c851
parent 2217
e80c74f2a25a
child 2525
8b507a9a2d40
child 2608
01118174a2f5
equal deleted inserted replaced
2301:cfab9cb261d2 2302:f29e9405c851
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 """
55 print(""" 55 print("""
56 {name} {version} 56 {name} {version}
57 57
58 {description} 58 {description}
59 59
60 Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> 60 Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
61 This is free software; see LICENSE.GPL3 for copying conditions. 61 This is free software; see LICENSE.GPL3 for copying conditions.
62 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 62 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
63 PARTICULAR PURPOSE.""".format(**appinfo)) 63 PARTICULAR PURPOSE.""".format(**appinfo))
64 sys.exit(0) 64 sys.exit(0)
65 65

eric ide

mercurial