Files
edx-platform/import_shims/studio/api/urls.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
155 B
Python

from import_shims.warn import warn_deprecated_import
warn_deprecated_import('api.urls', 'cms.djangoapps.api.urls')
from cms.djangoapps.api.urls import *