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