Beta
@@ -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 Vec3 as ezdxf_vector
from appParsers.ParseFont import *
from appParsers.ParseDXF_Spline import *
@@ -292,7 +292,7 @@ class FCShell(TermWidget):
self.app = app
self.tcl_commands_storage = {}
- self.tcl = None
+ self.tcl = None
self.init_tcl()