Fixed import of PostUtils

This commit is contained in:
Markus Lampert
2019-07-02 21:16:53 -07:00
parent 4527f7651b
commit 6a7cd2c403
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ import FreeCAD
from FreeCAD import Units
import datetime
import PathScripts
PostUtils = PathScripts.PostUtils
import PathScripts.PostUtils as PostUtils
TOOLTIP = '''
This is a postprocessor file for the Path workbench. It is used to

View File

@@ -24,7 +24,7 @@
import FreeCAD
import Path
import PathScripts
PostUtils = PathScripts.PostUtils
import PathScripts.PostUtils as PostUtils
TOOLTIP = ''' Example Post, using Path.Commands instead of Path.toGCode strings for Path gcode output. '''