UI/Info.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 3057
10516539f238
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
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 # __IGNORE_WARNING__
11
10 Program = 'eric5' 12 Program = 'eric5'
11 Version = '@@VERSION@@ (rev @@REVISION@@)' 13 Version = '@@VERSION@@ (rev @@REVISION@@)'
12 Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>' 14 Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>'
13 BugAddress = 'eric5-bugs@eric-ide.python-projects.org' 15 BugAddress = 'eric5-bugs@eric-ide.python-projects.org'
14 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' 16 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org'

eric ide

mercurial