6 lines
182 B
Python
6 lines
182 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('lms.djangoapps', 'support.views.certificate')
|
|
|
|
from lms.djangoapps.support.views.certificate import *
|