no message
This commit is contained in:
parent
e86e1a0504
commit
95b497075b
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
"""
|
||||||
Inkcut, Plot HPGL directly from Inkscape.
|
Inkcut, Plot HPGL directly from Inkscape.
|
||||||
extension.py
|
extension.py
|
||||||
@ -66,4 +66,4 @@ class InkscapeInkcutPlugin(inkex.Effect):
|
|||||||
# https://bugs.python.org/issue26741.
|
# https://bugs.python.org/issue26741.
|
||||||
p.returncode = 0
|
p.returncode = 0
|
||||||
|
|
||||||
InkscapeInkcutPlugin().run()
|
InkscapeInkcutPlugin().run()
|
Reference in New Issue
Block a user