Package: dff Version: 1.2.0+dfsg.1-1 Severity: normal
the pyqt4 version is checked like this:
if QtCore.PYQT_VERSION_STR >= "4.5.0":
self.delete_clause.clicked.connect(self.removeClauseFromWidget)
this will break when pyqt4 is available as '4.10' < '4.5.0'
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

