Merged in Beta (pull request #337)

Beta
This commit is contained in:
Leandro Heck 2021-01-05 15:56:46 +00:00 committed by Marius Stanciu
commit 19561cb936
2 changed files with 2 additions and 2 deletions

View File

@ -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 *

View File

@ -292,7 +292,7 @@ class FCShell(TermWidget):
self.app = app
self.tcl_commands_storage = {}
self.tcl = None
self.tcl = None
self.init_tcl()