Explorar o código

Use the new name instead of the old one

Leandro %!s(int64=5) %!d(string=hai) anos
pai
achega
cfadb817c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 import Vector as ezdxf_vector
+from ezdxf.math import Vec3 as ezdxf_vector
 
 from appParsers.ParseFont import *
 from appParsers.ParseDXF_Spline import *