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