Files
edx-platform/import_shims/studio/course_creators/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
197 B
Python

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