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