summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/parsers/expat.py~
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 09:20:18 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 09:20:18 +0100
commit6b0070bb5c37b118eb09c1ec023999bbdf1781e7 (patch)
tree7bbc9df1036b0a7733ea45f3dd74a199929176e1 /modules/language/python/module/xml/parsers/expat.py~
parente1bf1a32c8453ea485365e9704e7cb983db3b4bb (diff)
parentdb36b6633b5ccd709eac44635ca88e8683ddb4e3 (diff)
Merge branch 'master' of https://gitlab.com/python-on-guile/python-on-guile
Diffstat (limited to 'modules/language/python/module/xml/parsers/expat.py~')
-rw-r--r--modules/language/python/module/xml/parsers/expat.py~8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/language/python/module/xml/parsers/expat.py~ b/modules/language/python/module/xml/parsers/expat.py~
deleted file mode 100644
index bcbe9fb..0000000
--- a/modules/language/python/module/xml/parsers/expat.py~
+++ /dev/null
@@ -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