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