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