Draft: small fix in DXF importer

This commit is contained in:
Yorik van Havre 2014-06-02 11:08:49 -03:00
parent c31b661004
commit f2cb5394e1

View File

@ -157,7 +157,7 @@ def getdimheight(style):
if a.type == "dimstyle":
if rawValue(a,2) == style:
return rawValue(a,140)
return None
return 1
def calcBulge(v1,bulge,v2):
'''