5 lines
157 B
Python
5 lines
157 B
Python
import warnings
|
|
warnings.warn("Importing ccx.utils instead of lms.djangoapps.ccx.utils is deprecated", stacklevel=2)
|
|
|
|
from lms.djangoapps.ccx.utils import *
|