mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix import
This commit is contained in:
parent
cca97a036b
commit
72dcd437fc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import os
|
||||
|
||||
import pyblish.api
|
||||
import openpype.api
|
||||
from openpype.pipeline import publish
|
||||
from openpype.hosts.houdini.api.lib import render_rop, get_output_parameter
|
||||
|
||||
import hou
|
||||
|
||||
|
||||
class ExtractOpenGL(openpype.api.Extractor):
|
||||
class ExtractOpenGL(publish.Extractor):
|
||||
|
||||
order = pyblish.api.ExtractorOrder
|
||||
label = "Extract OpenGL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue