Re-run 'sys_path_hacks/un_sys_path.sh lms'
This commit is contained in:
committed by
Kyle McCormick
parent
b82ac1fc16
commit
67844cbe81
@@ -1,4 +1,5 @@
|
||||
import warnings
|
||||
warnings.warn("Importing course_api.api instead of lms.djangoapps.course_api.api is deprecated", stacklevel=2)
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('lms.djangoapps', 'course_api.api')
|
||||
|
||||
from lms.djangoapps.course_api.api import *
|
||||
|
||||
Reference in New Issue
Block a user