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