Draft: small fix in DXF importer

This commit is contained in:
Yorik van Havre
2014-06-02 11:08:49 -03:00
parent f762d7d83d
commit 4b05374ae2

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):
'''