6 lines
170 B
Python
6 lines
170 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('lms.djangoapps', 'grades.config.forms')
|
|
|
|
from lms.djangoapps.grades.config.forms import *
|