UI/Info.py

Sun, 05 Jan 2014 23:22:17 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sun, 05 Jan 2014 23:22:17 +0100
branch
Py2 comp.
changeset 3178
f25fc1364c88
parent 3161
06f57a834adf
parent 3160
209a07d7e401
child 3670
f0cb7579c0b4
child 3852
3adad7477de5
permissions
-rw-r--r--

Merge with default branch.

# -*- coding: utf-8 -*-

# Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining some informational strings.
"""

from __future__ import unicode_literals

Program = 'eric5'
Version = '@@VERSION@@ (rev @@REVISION@@)'
Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \
            ' <detlev@die-offenbachs.de>'
BugAddress = 'eric5-bugs@eric-ide.python-projects.org'
FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org'
Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial