6 lines
200 B
Python
6 lines
200 B
Python
from sys_path_hacks.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('lms.djangoapps', 'instructor_analytics.distributions')
|
|
|
|
from lms.djangoapps.instructor_analytics.distributions import *
|