eric6/UI/Info.py

Wed, 13 Jul 2022 15:34:50 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 13 Jul 2022 15:34:50 +0200
branch
with_python2
changeset 9225
bf799f79455c
parent 6974
35b9fa8c9e66
child 7229
53054eb5b15a
permissions
-rw-r--r--

Revisions <no_multi_processing, Variables Viewer, with_python2> closed.

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

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

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

from __future__ import unicode_literals

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

eric ide

mercurial