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