Show More
Commit Description:
fix destroy for user and problem...
Commit Description:
fix destroy for user and problem (grafted from 56e542ecc72e8d85b776f34c64fe90d3ea4ae9e9)
File last commit:
Show/Diff file:
Action:
lib/assets/Lib/xml/parsers/expat.py | 8 lines | 256 B | text/x-python | PythonLexer |
"""Interface to the Expat non-validating XML parser."""
import sys
from pyexpat import *
# provide pyexpat submodules as xml.parsers.expat submodules
sys.modules['xml.parsers.expat.model'] = model
sys.modules['xml.parsers.expat.errors'] = errors