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