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