Utilities/Startup.py

changeset 13
1af94a91f439
parent 12
1d8dd9706f46
child 15
f6ccc31d6e72
equal deleted inserted replaced
12:1d8dd9706f46 13:1af94a91f439
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2010 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 """
80 print(""" 80 print("""
81 %(name)s %(version)s 81 %(name)s %(version)s
82 82
83 %(description)s 83 %(description)s
84 84
85 Copyright (c) 2002 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> 85 Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
86 This is free software; see LICENSE.GPL3 for copying conditions. 86 This is free software; see LICENSE.GPL3 for copying conditions.
87 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 87 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
88 PARTICULAR PURPOSE.""" % appinfo) 88 PARTICULAR PURPOSE.""" % appinfo)
89 sys.exit(0) 89 sys.exit(0)
90 90

eric ide

mercurial