Files
edx-platform/import_shims/studio/xblock_config/models.py
Kyle McCormick 854502b560 Re-generate import_shims modules for cms/djangoapps
Command:
import_shims/generate_shims.sh cms/djangoapps import_shims/studio
2020-10-30 10:20:48 -04:00

6 lines
191 B
Python

from import_shims.warn import warn_deprecated_import
warn_deprecated_import('xblock_config.models', 'cms.djangoapps.xblock_config.models')
from cms.djangoapps.xblock_config.models import *