use moved functions in hosts and tools

This commit is contained in:
Jakub Trllo 2022-03-14 11:36:17 +01:00
parent 6fe1b5b965
commit c5ac2290f6
127 changed files with 711 additions and 427 deletions

View file

@ -2,7 +2,7 @@ import sys
import os
import subprocess
from avalon import api
from openpype.pipeline import load
def open(filepath):
@ -15,7 +15,7 @@ def open(filepath):
subprocess.call(('xdg-open', filepath))
class Openfile(api.Loader):
class Openfile(load.LoaderPlugin):
"""Open Image Sequence with system default"""
families = ["render2d"]