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