Utilities/Startup.py

changeset 1509
c0b5e693b0eb
parent 945
8cd4d08fa9f6
child 1775
cbe864be5274
equal deleted inserted replaced
1508:fcca2642bfca 1509:c0b5e693b0eb
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 """
81 print(""" 81 print("""
82 {name} {version} 82 {name} {version}
83 83
84 {description} 84 {description}
85 85
86 Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> 86 Copyright (c) 2002 - 2012 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