Removed PathPreferences class and moved functionality into the module interface.

This commit is contained in:
Markus Lampert
2018-06-19 21:53:41 -07:00
parent b24e95b7c1
commit fb0fc49a30
15 changed files with 127 additions and 150 deletions

View File

@@ -24,10 +24,9 @@
import FreeCAD
import PathScripts.PathLog as PathLog
import PathScripts.PathPreferences as PathPreferences
import sys
from PathScripts.PathPreferences import PathPreferences
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
class PostProcessor: