--- a/PluginWizardDataUriEncoder.py Sat Dec 31 13:51:47 2016 +0100 +++ b/PluginWizardDataUriEncoder.py Fri Mar 31 18:15:26 2017 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.2" +version = "2.0.3" className = "WizardDataUriEncoderPlugin" packageName = "WizardDataUriEncoder" shortDescription = "Wizard for the creation of code for a base64 data URI." @@ -152,3 +152,6 @@ editor.beginUndoAction() editor.insertAt(code, line, index) editor.endUndoAction() + +# +# eflag: noqa = M801