Refactored extension names by "rename 's/fablabchemnitz_//g' *.py;rename
's/fablabchemnitz_//g' *.inx;sed -i 's/>fablabchemnitz_/>/g' *.inx;sed -i 's/fablabchemnitz_//g' *.py; rename 's/fablabchemnitz_//g' *.svg"
This commit is contained in:
@ -67,6 +67,6 @@
|
||||
</effects-menu>
|
||||
</effect>
|
||||
<script>
|
||||
<command location="inx" interpreter="python">fablabchemnitz_gen_box.py</command>
|
||||
<command location="inx" interpreter="python">gen_box.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
@ -2,7 +2,7 @@
|
||||
# We will use the inkex module with the predefined Effect base class.
|
||||
import inkex
|
||||
import math
|
||||
from fablabchemnitz_inkscape_path import *
|
||||
from inkscape_path import *
|
||||
from lxml import etree
|
||||
|
||||
#Constants defined here
|
Reference in New Issue
Block a user