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