Skip to content
Snippets Groups Projects
Commit 2b5d9165 authored by Kyle McCormick's avatar Kyle McCormick Committed by Kyle McCormick
Browse files

refactor!: deprecated import paths now always raise

Previously, deprecated [lms|cms|common]/djangoapps
import paths would only raise errors if the
ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS
flag, which defaulted to False (but is overriden
to True for Devstack and *.edx.org), was enabled.

This change removes that setting and always raises
on use those deprecated import paths.
parent e1614b53
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment