Merge pull request #3918 from pypeclub/feature/OP-3882_Change-extractor-usage-in-resolve

Resolve: Use new Extractor location
This commit is contained in:
Jakub Trllo 2022-09-27 15:00:11 +02:00 committed by GitHub
commit 4497afc7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,11 @@
import os
import pyblish.api
import openpype.api
from openpype.pipeline import publish
from openpype.hosts.resolve.api.lib import get_project_manager
class ExtractWorkfile(openpype.api.Extractor):
class ExtractWorkfile(publish.Extractor):
"""
Extractor export DRP workfile file representation
"""