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