Skip to content
Snippets Groups Projects
Unverified Commit de885958 authored by Kyle McCormick's avatar Kyle McCormick Committed by GitHub
Browse files

Merge pull request #27874 from edx/kdmccormick/xmodule-no-cms

refactor: make xmodule & openedx independent of code in cms

The xmodule and openedx packages both contain code that is common
between LMS and CMS. The cms package is, of course,
contains CMS-specific code.

So, one prerequisite to extracting CMS into an independent service
will be making sure that lms, common, openedx, and the projects in
common/lib (xmodule, capa, etc.) are not coupled to any CMS-specific
features. This PR moves us towards that reality by making sure
that those packages are independent from cms from a Python-import
perspective, at least.
parents 13380819 7a26ec6b
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