Files
edx-platform/sys_path_hacks/lms/grades/__init__.py
2020-09-23 10:05:37 -04:00

5 lines
148 B
Python

import warnings
warnings.warn("Importing grades instead of lms.djangoapps.grades is deprecated", stacklevel=2)
from lms.djangoapps.grades import *