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
@@ -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. '''