- fixed parseDXF() class imports to work with newer versions of ezdxf module (starting with 0.15) - contribution of Maurizio D'Addona and Hans Boot

This commit is contained in:
Marius Stanciu
2020-12-31 18:12:42 +02:00
committed by Marius
parent e5cc47882f
commit 737f1cb7ba
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- all the logs done on Exception are now errors (with the exception of few places where the Exception is expected)
- added the modifications made by Andre Spahlinger in PR #333
- replaced all usages of QFormLayout with QGridLayout
- fixed parseDXF() class imports to work with newer versions of ezdxf module (starting with 0.15) - contribution of Maurizio D'Addona and Hans Boot
30.12.2020

View File

@@ -7,7 +7,7 @@
from shapely.geometry import LineString, Point
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 *