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