OP-3682 - extract file_handler from tests

Addon distribution could use already implemented methods for dowloading from HTTP (GDrive urls).
This commit is contained in:
Petr Kalis 2022-08-11 12:02:55 +02:00
parent 159052f8f9
commit 27125a1088
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ import glob
import platform
from tests.lib.db_handler import DBHandler
from tests.lib.file_handler import RemoteFileHandler
from openpype.lib.file_handler import RemoteFileHandler
from openpype.lib.remote_publish import find_variant_key