As part of the ongoing effort to deprecate and eventually remove xmodule, we’ve started gradually migrating the necessary code files from xmodule to more appropriate locations within the codebase. Ticket: https://github.com/openedx/public-engineering/issues/445 Also: this tweaks importlinter ignores & add follow-up issue links Co-authored-by: Kyle McCormick <kyle@axim.org>
9 lines
252 B
Python
9 lines
252 B
Python
"""
|
|
Container for video block and its utils.
|
|
"""
|
|
|
|
from .bumper_utils import *
|
|
from openedx.core.djangoapps.video_config.transcripts_utils import * # lint-amnesty, pylint: disable=redefined-builtin
|
|
from .video_block import *
|
|
from .video_utils import *
|