瀏覽代碼

Fix missing module

Leandro 5 年之前
父節點
當前提交
91c1889faa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appParsers/ParseDXF.py

+ 1 - 1
appParsers/ParseDXF.py

@@ -7,7 +7,7 @@
 
 from shapely.geometry import LineString
 from shapely.affinity import rotate
-from ezdxf.math.vector import Vector as ezdxf_vector
+from ezdxf.math import Vector as ezdxf_vector
 
 from appParsers.ParseFont import *
 from appParsers.ParseDXF_Spline import *