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