removed usage of HOST_WORKFILE_EXTENSIONS

This commit is contained in:
Jakub Trllo 2022-08-25 15:55:19 +02:00
parent c1268ec253
commit a5ce719e58

View file

@ -2,8 +2,6 @@
import os
import shutil
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
from .lib import (
ProcessContext,
get_local_harmony_path,
@ -16,7 +14,7 @@ save_disabled = False
def file_extensions():
return HOST_WORKFILE_EXTENSIONS["harmony"]
return [".zip"]
def has_unsaved_changes():