no message

This commit is contained in:
Mario Voigt 2020-08-18 20:25:22 +02:00
parent 9c1f85d3a8
commit 4d8feef56a
2 changed files with 2 additions and 5 deletions

View File

@ -58,5 +58,4 @@ class Cleanup(inkex.Effect):
declarations[i] = prop + ':' + new_val
node.set('style', ';'.join(declarations))
if __name__ == '__main__':
Cleanup().run()
Cleanup().run()

View File

@ -209,6 +209,4 @@ class Sprockets(inkex.Effect):
'd' : svg }
g = etree.SubElement(self.svg.get_current_layer(), inkex.addNS('path','svg'), g_attribs)
if __name__ == '__main__':
e = Sprockets()
e.run()
Sprockets().run()