diff --git a/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py b/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py index 44711f2..bd30399 100644 --- a/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py +++ b/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py @@ -9,6 +9,7 @@ import os import platform import re + # import the fuctionality we need to make time stamps to measure performance import time diff --git a/python/metashape_workflow_functions.py b/python/metashape_workflow_functions.py index a77e2d6..843c409 100755 --- a/python/metashape_workflow_functions.py +++ b/python/metashape_workflow_functions.py @@ -4,6 +4,7 @@ import os import platform import re + # Import the fuctionality we need to make time stamps to measure performance import time