Fixed refactor import issue

This commit is contained in:
Markus Lampert
2022-09-23 21:53:42 -07:00
parent a9230c1f00
commit b25d1a2db0
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
from __future__ import print_function
import FreeCAD
from FreeCAD import Units
import Path.Post.Utils import PostUtils
import Path.Post.Utils as PostUtils
import argparse
import datetime
import shlex

View File

@@ -29,7 +29,7 @@ import argparse
import datetime
import shlex
import os.path
import Path.Post.Utils import PostUtils
import Path.Post.Utils as PostUtils
TOOLTIP = """
This is a postprocessor file for the Path workbench. It is used to