Utilities/Startup.py

branch
5_0_x
changeset 792
a13346916170
parent 514
a3e454b3293d
equal deleted inserted replaced
787:892790a71515 792:a13346916170
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 """
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 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 85 Copyright (c) 2002 - 2011 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