src/eric7/UI/Info.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9413
80c06d472826
--- a/src/eric7/UI/Info.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/UI/Info.py	Wed Jul 13 14:55:47 2022 +0200
@@ -8,14 +8,11 @@
 """
 
 
-Program = 'eric7'
-Version = '@@VERSION@@ (rev. @@REVISION@@)'
-VersionOnly = '@@VERSION@@'
-Copyright = (
-    'Copyright (c) 2002 - 2022 Detlev Offenbach'
-    ' <detlev@die-offenbachs.de>'
-)
-CopyrightShort = '(c) 2002 - 2022 Detlev Offenbach'
-BugAddress = 'eric-bugs@eric-ide.python-projects.org'
-FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
+Program = "eric7"
+Version = "@@VERSION@@ (rev. @@REVISION@@)"
+VersionOnly = "@@VERSION@@"
+Copyright = "Copyright (c) 2002 - 2022 Detlev Offenbach" " <detlev@die-offenbachs.de>"
+CopyrightShort = "(c) 2002 - 2022 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