diff -r 129ecc3b9575 -r 7577ef96b755 PluginPrintRemover.py --- a/PluginPrintRemover.py Wed Dec 18 09:28:16 2013 +0100 +++ b/PluginPrintRemover.py Wed Dec 18 16:16:19 2013 +0100 @@ -32,7 +32,7 @@ """ a configurable string. This is mostly used to remove print()""" \ """ like debug statements. The match is done after stripping all""" \ """ whitespace from the beginning of a line. Lines containing the""" \ - """ string '__NO_REMOVE__' are preserved""" + """ string '__NO_REMOVE__' are preserved.""" needsRestart = False pyqtApi = 2 # End-Of-Header