diff --git a/src/Mod/Path/Path/Post/scripts/dynapath_post.py b/src/Mod/Path/Path/Post/scripts/dynapath_post.py index 1db5e924e8..5f1798d50a 100644 --- a/src/Mod/Path/Path/Post/scripts/dynapath_post.py +++ b/src/Mod/Path/Path/Post/scripts/dynapath_post.py @@ -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 diff --git a/src/Mod/Path/Path/Post/scripts/fanuc_post.py b/src/Mod/Path/Path/Post/scripts/fanuc_post.py index 752b5fb31b..afb7b8244f 100644 --- a/src/Mod/Path/Path/Post/scripts/fanuc_post.py +++ b/src/Mod/Path/Path/Post/scripts/fanuc_post.py @@ -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