Fixed refactor import issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user