--- a/PluginPrintRemover.py Sat Apr 26 15:50:02 2014 +0200 +++ b/PluginPrintRemover.py Sat Jul 12 14:15:47 2014 +0200 @@ -11,8 +11,8 @@ import os -from PyQt4.QtCore import QObject, QTranslator, QCoreApplication -from PyQt4.QtGui import QAction, QMenu +from PyQt5.QtCore import QObject, QTranslator, QCoreApplication +from PyQt5.QtWidgets import QAction, QMenu from E5Gui.E5Application import e5App @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.0.0" +version = "2.0.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."