feat(global, resolve): otio publishing wip

This commit is contained in:
Jakub Jezek 2020-12-07 17:53:43 +01:00
parent f7f7b657bb
commit eeeef0d33d
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
5 changed files with 63 additions and 40 deletions

View file

@ -47,7 +47,7 @@ from .ffmpeg_utils import (
)
from .editorial import (
is_overlapping,
is_overlapping_otio_ranges,
convert_otio_range_to_frame_range
)
@ -88,6 +88,6 @@ __all__ = [
"source_hash",
"_subprocess",
"is_overlapping",
"is_overlapping_otio_ranges",
"convert_otio_range_to_frame_range"
]