6 lines
186 B
Python
6 lines
186 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('lms.djangoapps', 'certificates.tests.test_api')
|
|
|
|
from lms.djangoapps.certificates.tests.test_api import *
|