6 lines
190 B
Python
6 lines
190 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('lms.djangoapps', 'gating.tests.test_integration')
|
|
|
|
from lms.djangoapps.gating.tests.test_integration import *
|