Wed, 01 Jan 2014 16:12:39 +0100
Fixed an issue with splitlines().
PluginPrintRemover.py | file | annotate | diff | comparison | revisions | |
PluginPrintRemover.zip | file | annotate | diff | comparison | revisions |
--- a/PluginPrintRemover.py Wed Jan 01 16:01:00 2014 +0100 +++ b/PluginPrintRemover.py Wed Jan 01 16:12:39 2014 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.4.0" +version = "0.5.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."