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