refactor: make safe_lxml an ordinary folder in openedx/core/lib (#25689)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user