From e2f53df8354645a884c34fbddfd6329d380f8a13 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 5 Jan 2012 10:12:25 -0200 Subject: [PATCH] small bugfix in Draft SVG import --- src/Mod/Draft/importSVG.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 74ffdcb43d..429d6fdf39 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -242,6 +242,7 @@ class svgHandler(xml.sax.ContentHandler): self.grouptransform = [] self.lastdim = None + global Part import Part if gui and draftui: