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