Re-run 'sys_path_hacks/un_sys_path.sh lms'

This commit is contained in:
Kyle McCormick
2020-09-29 14:25:35 -04:00
committed by Kyle McCormick
parent b82ac1fc16
commit 67844cbe81
970 changed files with 2909 additions and 1940 deletions

View File

@@ -1,4 +1,5 @@
import warnings
warnings.warn("Importing courseware.module_render instead of lms.djangoapps.courseware.module_render is deprecated", stacklevel=2)
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('lms.djangoapps', 'courseware.module_render')
from lms.djangoapps.courseware.module_render import *