6 lines
173 B
Python
6 lines
173 B
Python
from import_shims.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('commerce.utils', 'lms.djangoapps.commerce.utils')
|
|
|
|
from lms.djangoapps.commerce.utils import *
|