diff --git a/server_addon/photoshop/client/ayon_photoshop/plugins/publish/collect_batch_data.py b/server_addon/photoshop/client/ayon_photoshop/plugins/publish/collect_batch_data.py index c43a957576..527a7d516a 100644 --- a/server_addon/photoshop/client/ayon_photoshop/plugins/publish/collect_batch_data.py +++ b/server_addon/photoshop/client/ayon_photoshop/plugins/publish/collect_batch_data.py @@ -17,7 +17,7 @@ import os import pyblish.api -from openpype_modules.webpublisher.lib import ( +from ayon_webpublisher.lib import ( get_batch_context_info, parse_json )