UI/Info.py

branch
Py2 comp.
changeset 3161
06f57a834adf
parent 3145
a9de05d4a22f
child 3178
f25fc1364c88
equal deleted inserted replaced
3146:14721e0f3b5b 3161:06f57a834adf
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module defining some informational strings. 7 Module defining some informational strings.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 Program = 'eric5' 12 Program = 'eric5'
13 Version = '@@VERSION@@ (rev @@REVISION@@)' 13 Version = '@@VERSION@@ (rev @@REVISION@@)'
14 Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach' \ 14 Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \
15 ' <detlev@die-offenbachs.de>' 15 ' <detlev@die-offenbachs.de>'
16 BugAddress = 'eric5-bugs@eric-ide.python-projects.org' 16 BugAddress = 'eric5-bugs@eric-ide.python-projects.org'
17 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' 17 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org'
18 Homepage = "http://eric-ide.python-projects.org/index.html" 18 Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial