Removed PathPreferences class and moved functionality into the module interface.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user