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