UI/Info.py

Sun, 05 Oct 2014 10:34:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 05 Oct 2014 10:34:00 +0200
branch
5_5_x
changeset 3852
3adad7477de5
parent 3178
f25fc1364c88
child 3949
1ce546a04f0a
permissions
-rw-r--r--

Fixed a little typo.

# -*- 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