5 lines
193 B
Python
5 lines
193 B
Python
import warnings
|
|
warnings.warn("Importing course_home_api.utils instead of lms.djangoapps.course_home_api.utils is deprecated", stacklevel=2)
|
|
|
|
from lms.djangoapps.course_home_api.utils import *
|