no message

This commit is contained in:
leyghisbb 2020-08-30 11:31:47 +02:00
parent e86e1a0504
commit 95b497075b

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
"""
Inkcut, Plot HPGL directly from Inkscape.
extension.py
@ -66,4 +66,4 @@ class InkscapeInkcutPlugin(inkex.Effect):
# https://bugs.python.org/issue26741.
p.returncode = 0
InkscapeInkcutPlugin().run()
InkscapeInkcutPlugin().run()