* Fix import_shims pylint violations; lint import_shims * Do not shim imports when running pylint * Regenerate import_shims
9 lines
353 B
Python
9 lines
353 B
Python
"""Deprecated import support. Auto-generated by import_shims/generate_shims.sh."""
|
|
# pylint: disable=redefined-builtin,wrong-import-position,wildcard-import,useless-suppression,line-too-long
|
|
|
|
from import_shims.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('ccx.models', 'lms.djangoapps.ccx.models')
|
|
|
|
from lms.djangoapps.ccx.models import *
|