Plugins/AboutPlugin/AboutDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
725 reviewing courts shall apply local law that most closely approximates 725 reviewing courts shall apply local law that most closely approximates
726 an absolute waiver of all civil liability in connection with the 726 an absolute waiver of all civil liability in connection with the
727 Program, unless a warranty or assumption of liability accompanies a 727 Program, unless a warranty or assumption of liability accompanies a
728 copy of the Program in return for a fee. 728 copy of the Program in return for a fee.
729 729
730 END OF TERMS AND CONDITIONS""".format(UI.Info.Copyright) 730 END OF TERMS AND CONDITIONS""" \
731 .format(UI.Info.Copyright) # __IGNORE_WARNING__
731 732
732 733
733 class AboutDialog(QDialog, Ui_AboutDialog): 734 class AboutDialog(QDialog, Ui_AboutDialog):
734 """ 735 """
735 Class implementing an 'About Eric' dialog. 736 Class implementing an 'About Eric' dialog.

eric ide

mercurial