5 lines
208 B
Python
5 lines
208 B
Python
import warnings
|
|
warnings.warn("Importing certificates.views.webview instead of lms.djangoapps.certificates.views.webview is deprecated", stacklevel=2)
|
|
|
|
from lms.djangoapps.certificates.views.webview import *
|