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