PluginPrintRemover.py

changeset 42
f97a2aaeb66d
parent 41
dbdf7ebfbc6e
child 44
fd83cf39e27d
--- a/PluginPrintRemover.py	Sat Dec 31 13:51:24 2016 +0100
+++ b/PluginPrintRemover.py	Thu Mar 30 19:27:04 2017 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.1.0"
+version = "2.1.1"
 className = "PrintRemoverPlugin"
 packageName = "PrintRemover"
 shortDescription = "Remove print() like debug statements."
@@ -331,3 +331,6 @@
             editor.selectAll()
             editor.replaceSelectedText(newText)
             editor.endUndoAction()
+
+#
+# eflag: noqa = M801

eric ide

mercurial