--- a/Plugins/AboutPlugin/AboutDialog.py Fri Jan 01 16:11:36 2010 +0000 +++ b/Plugins/AboutPlugin/AboutDialog.py Sat Jan 02 15:11:35 2010 +0000 @@ -34,7 +34,7 @@ ).format(Program, Homepage, BugAddress, FeatureAddress) authorsText = \ -u"""\ +"""\ Detlev Offenbach Project Manager, Maintainer and German translation @@ -65,7 +65,7 @@ """ thanksText = \ -u"""Phil Thompson for providing PyQt and QScintilla and pushing me into this business. +"""Phil Thompson for providing PyQt and QScintilla and pushing me into this business. Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger and a bunch of fixes to enhance the platform independance. @@ -732,7 +732,7 @@ import UI.PixmapCache -from Ui_AboutDialog import Ui_AboutDialog +from .Ui_AboutDialog import Ui_AboutDialog class AboutDialog(QDialog, Ui_AboutDialog): """