- grouped all parsers files in flatcamParsers folder

This commit is contained in:
Marius Stanciu
2019-03-11 12:28:44 +02:00
committed by Marius
parent 9d33e08ecf
commit 5a4d61ee8f
8 changed files with 12 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ from numpy import arctan2, Inf, array, sqrt, sign, dot
from rtree import index as rtindex
from flatcamGUI.GUIElements import OptionalInputSection, FCCheckBox, FCEntry, FCComboBox, FCTextAreaRich, \
FCTable, FCDoubleSpinner, FCButton, EvalEntry2, FCInputDialog
from ParseFont import *
from flatcamParsers.ParseFont import *
import gettext
import FlatCAMTranslation as fcTranslate