mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
modified imports in loader
This commit is contained in:
parent
7c87d2c114
commit
37d81b0948
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from avalon import api
|
||||
from avalon.tvpaint import CommunicatorWrapper
|
||||
from avalon.tvpaint import CommunicationWrapper
|
||||
|
||||
|
||||
class ImportImage(api.Loader):
|
||||
|
|
@ -35,4 +35,4 @@ class ImportImage(api.Loader):
|
|||
self.fname.replace("\\", "/"),
|
||||
layer_name
|
||||
)
|
||||
return CommunicatorWrapper.execute_george_through_file(george_script)
|
||||
return CommunicationWrapper.execute_george_through_file(george_script)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue