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:
2020-09-03 00:35:27 +02:00
parent 80a28a8d59
commit 4175b377bd
375 changed files with 258 additions and 223 deletions

View File

@ -173,6 +173,6 @@ Typical ruler set: 7.25, 9.5, 10, 12, 14, 15, 16, 20
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_fret_ruler.py</command>
<command location="inx" interpreter="python">fret_ruler.py</command>
</script>
</inkscape-extension>

View File

@ -5,7 +5,7 @@
###
import inkex
import fablabchemnitz_fret_scale as fs
import fret_scale as fs
import os # for scala file filtering
from math import radians, cos, sin, pi
from lxml import etree