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