Run sys_path_hacks/un_sys_path.sh lms
This commit is contained in:
committed by
Calen Pennington
parent
3ebba52cf7
commit
211bd3beb5
4
sys_path_hacks/lms/instructor/utils.py
Normal file
4
sys_path_hacks/lms/instructor/utils.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing instructor.utils instead of lms.djangoapps.instructor.utils is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.instructor.utils import *
|
||||
Reference in New Issue
Block a user