Plugins/AboutPlugin/AboutDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/AboutPlugin/AboutDialog.py
--- a/Plugins/AboutPlugin/AboutDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/AboutPlugin/AboutDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -727,7 +727,8 @@
 Program, unless a warranty or assumption of liability accompanies a
 copy of the Program in return for a fee.
 
-                     END OF TERMS AND CONDITIONS""".format(UI.Info.Copyright)
+                     END OF TERMS AND CONDITIONS""" \
+.format(UI.Info.Copyright)                  # __IGNORE_WARNING__
 
 
 class AboutDialog(QDialog, Ui_AboutDialog):

eric ide

mercurial