0001234: fixed typo in importDWG

This commit is contained in:
Yorik van Havre 2013-09-05 13:37:54 -03:00
parent 8f9a9b71a2
commit 6e66083d3a

View File

@ -38,7 +38,7 @@ def open(filename):
def insert(filename,docname):
"called when freecad imports a file"
dxf = convertToDxf(filemname)
dxf = convertToDxf(filename)
if dxf:
import importDXF
doc = importDXF.insert(dxf,docname)