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