PluginPrintRemover.py

changeset 28
46e76a5913cf
parent 25
05c80b70ced5
child 31
ca51aba3b8c3
--- 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."

eric ide

mercurial