6 lines
174 B
Python
6 lines
174 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('cms.djangoapps', 'contentstore.api.urls')
|
|
|
|
from cms.djangoapps.contentstore.api.urls import *
|