refactor: make safe_lxml an ordinary folder in openedx/core/lib (#25689)

This commit is contained in:
Kyle McCormick
2022-05-24 06:35:23 -04:00
committed by GitHub
parent 2ef25e3cfe
commit 25df9ca420
24 changed files with 58 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ from openedx.core.lib.logsettings import log_python_warnings
log_python_warnings()
# Patch the xml libs before anything else.
from safe_lxml import defuse_xml_libs
from openedx.core.lib.safe_lxml import defuse_xml_libs # isort:skip
defuse_xml_libs()
import importlib