Show More
Commit Description:
add load button...
Commit Description:
add load button add more admin authorization
References:
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