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