update
This commit is contained in:
8
.CondaPkg/env/Lib/xml/parsers/__init__.py
vendored
8
.CondaPkg/env/Lib/xml/parsers/__init__.py
vendored
@@ -1,8 +0,0 @@
|
||||
"""Python interfaces to XML parsers.
|
||||
|
||||
This package contains one module:
|
||||
|
||||
expat -- Python wrapper for James Clark's Expat parser, with namespace
|
||||
support.
|
||||
|
||||
"""
|
||||
Binary file not shown.
Binary file not shown.
8
.CondaPkg/env/Lib/xml/parsers/expat.py
vendored
8
.CondaPkg/env/Lib/xml/parsers/expat.py
vendored
@@ -1,8 +0,0 @@
|
||||
"""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
|
||||
Reference in New Issue
Block a user