mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3682 - changed folder structure
This commit is contained in:
parent
b2999a7bbd
commit
5fa019527b
5 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import requests
|
|||
import platform
|
||||
import shutil
|
||||
|
||||
from distribution.file_handler import RemoteFileHandler
|
||||
from common.openpype_common.distribution.file_handler import RemoteFileHandler
|
||||
|
||||
|
||||
class UrlType(Enum):
|
||||
|
|
@ -2,7 +2,7 @@ import pytest
|
|||
import attr
|
||||
import tempfile
|
||||
|
||||
from distribution.addon_distribution import (
|
||||
from common.openpype_common.distribution.addon_distribution import (
|
||||
AddonDownloader,
|
||||
UrlType,
|
||||
OSAddonDownloader,
|
||||
Loading…
Add table
Add a link
Reference in a new issue