Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3918 from pypeclub/feature/OP-3882_Change-extract…
Browse files Browse the repository at this point in the history
…or-usage-in-resolve

Resolve: Use new Extractor location
  • Loading branch information
iLLiCiTiT authored Sep 27, 2022
2 parents ac0252f + e180b1a commit 4497afc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openpype/hosts/resolve/plugins/publish/extract_workfile.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down

0 comments on commit 4497afc

Please sign in to comment.