small bugfix in Draft SVG import

This commit is contained in:
Yorik van Havre 2012-01-05 10:12:25 -02:00
parent b84a59f977
commit e2f53df835

View File

@ -242,6 +242,7 @@ class svgHandler(xml.sax.ContentHandler):
self.grouptransform = []
self.lastdim = None
global Part
import Part
if gui and draftui: