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