5 lines
214 B
Python
5 lines
214 B
Python
import warnings
|
|
warnings.warn("Importing experiments.tests.test_views instead of lms.djangoapps.experiments.tests.test_views is deprecated", stacklevel=2)
|
|
|
|
from lms.djangoapps.experiments.tests.test_views import *
|