mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 20:08:28 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
8
Dependencies/Python/Lib/xml/parsers/expat.py
vendored
Normal file
8
Dependencies/Python/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