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