--- a/Cooperation/ChatWidget.py Sun Mar 24 13:52:12 2013 +0100 +++ b/Cooperation/ChatWidget.py Mon Mar 25 03:11:06 2013 +0100 @@ -7,6 +7,8 @@ Module implementing the chat dialog. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + from PyQt4.QtCore import Qt, pyqtSlot, pyqtSignal, QDateTime, QPoint, QFileInfo from PyQt4.QtGui import QWidget, QColor, QListWidgetItem, QMenu, QApplication @@ -53,7 +55,7 @@ @param port port to be used for the cooperation server (integer) @param parent reference to the parent widget (QWidget) """ - super().__init__(parent) + super(ChatWidget, self).__init__(parent) self.setupUi(self) self.shareButton.setIcon(