Skip to content

Commit

Permalink
Fixed refactor import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Sep 24, 2022
1 parent 866eebb commit 005b0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Path/Path/Post/scripts/dynapath_post.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/Path/Post/scripts/fanuc_post.py
Expand Up @@ -29,7 +29,7 @@
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
Expand Down

0 comments on commit 005b0d3

Please sign in to comment.