modified imports in loader

This commit is contained in:
iLLiCiTiT 2020-11-02 11:43:00 +01:00
parent 7c87d2c114
commit 37d81b0948

View file

@ -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)