Generate sys_path_hacks/ modules for cms/djangoapps

Run 'sys_path_hacks/un_sys_path.sh cms/djangoapps studio'
This commit is contained in:
Kyle McCormick
2020-10-18 18:41:09 -04:00
committed by Kyle McCormick
parent 4847a18a66
commit bc8987f685
211 changed files with 1055 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'course_creators.admin')
from cms.djangoapps.course_creators.admin import *