7 lines
169 B
Python
7 lines
169 B
Python
"""Code run by pylint before running any tests."""
|
|
|
|
# Patch the xml libs before anything else.
|
|
from openedx.core.lib.safe_lxml import defuse_xml_libs
|
|
|
|
defuse_xml_libs()
|