- fixed missing import in the preprocessors

- deleted the Toolchange_custom preprocessor because it is no longer used
This commit is contained in:
Marius Stanciu
2020-11-28 00:15:48 +02:00
committed by Marius
parent 7a618a85c5
commit 0a7e830a81
3 changed files with 3 additions and 209 deletions

View File

@@ -9,6 +9,7 @@
from importlib.machinery import SourceFileLoader
import os
from abc import ABCMeta, abstractmethod
import math # keep this. it is used in preprocessors
# module-root dictionary of preprocessors