mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed imports from avalon vendor and use sys modules
This commit is contained in:
parent
a8f2e0f7ec
commit
e5efaf842b
32 changed files with 63 additions and 59 deletions
|
|
@ -32,7 +32,7 @@ class OpenInDJV(api.Loader):
|
|||
|
||||
def load(self, context, name, namespace, data):
|
||||
directory = os.path.dirname(self.fname)
|
||||
from avalon.vendor import clique
|
||||
import clique
|
||||
|
||||
pattern = clique.PATTERNS["frames"]
|
||||
files = os.listdir(directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue