Remove unused modules

This commit is contained in:
benj5378
2022-01-24 22:42:11 +01:00
committed by WandererFan
parent 4da3c21dcf
commit 2babd6d483
3 changed files with 11 additions and 19 deletions

View File

@@ -30,9 +30,6 @@
import FreeCAD
import FreeCADGui
import Part
import Drawing
import TechDraw
svgHead = "<svg\n" + " xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\"\n" + " xmlns:freecad=\"http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace\">\n"
svgTail = "\n</svg>"