UI/Info.py

Sun, 05 Oct 2014 10:33:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 05 Oct 2014 10:33:11 +0200
changeset 3851
ec16b423f62d
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
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 = 'eric6'
Version = '@@VERSION@@ (rev. @@REVISION@@)'
Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \
            ' <detlev@die-offenbachs.de>'
BugAddress = 'eric-bugs@eric-ide.python-projects.org'
FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial