start kitsu adapter

This commit is contained in:
“christopheseux”
2022-12-25 02:54:50 +01:00
parent 2e447cc133
commit fc405797d9
9 changed files with 113 additions and 49 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import json
import sys
from pathlib import Path
sys.path.append(Path(__file__).parents[3])
#sys.path.append(str(Path(__file__).parents[3]))
from asset_library.common.bl_utils import (
get_preview,
)
+1 -1
View File
@@ -6,7 +6,7 @@ import re
import sys
from pathlib import Path
sys.path.append(Path(__file__).parents[3])
#sys.path.append(str(Path(__file__).parents[3]))
from asset_library.common.bl_utils import (
get_preview,
)
+1 -1
View File
@@ -2,7 +2,7 @@
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parents[3]))
#sys.path.append(str(Path(__file__).parents[3]))
from asset_library.action.concat_preview import mosaic_export
from asset_library.common.file_utils import open_file