no message
This commit is contained in:
parent
e86e1a0504
commit
95b497075b
@ -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()
|
Reference in New Issue
Block a user