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