add python dependencies
This commit is contained in:
8
.CondaPkg/env/Lib/xml/parsers/expat.py
vendored
Normal file
8
.CondaPkg/env/Lib/xml/parsers/expat.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"""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