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