/home/lnzliplg/www/parsers.tar
__pycache__/expat.cpython-36.opt-2.pyc000064400000000406151731251100013457 0ustar003


 \��@s(ddlZddlTeejd<eejd<dS)�N)�*zxml.parsers.expat.modelzxml.parsers.expat.errors)�sysZpyexpatZmodel�modules�errors�rr�)/usr/lib64/python3.6/xml/parsers/expat.py�<module>s
__pycache__/__init__.cpython-36.pyc000064400000000453151731251100013137 0ustar003


 \��@sdZdS)z�Python interfaces to XML parsers.

This package contains one module:

expat -- Python wrapper for James Clark's Expat parser, with namespace
         support.

N)�__doc__�rr�,/usr/lib64/python3.6/xml/parsers/__init__.py�<module>s__pycache__/expat.cpython-36.opt-1.pyc000064400000000510151731251100013452 0ustar003


 \��@s,dZddlZddlTeejd<eejd<dS)z1Interface to the Expat non-validating XML parser.�N)�*zxml.parsers.expat.modelzxml.parsers.expat.errors)�__doc__�sysZpyexpatZmodel�modules�errors�rr�)/usr/lib64/python3.6/xml/parsers/expat.py�<module>s
__pycache__/__init__.cpython-36.opt-1.pyc000064400000000453151731251100014076 0ustar003


 \��@sdZdS)z�Python interfaces to XML parsers.

This package contains one module:

expat -- Python wrapper for James Clark's Expat parser, with namespace
         support.

N)�__doc__�rr�,/usr/lib64/python3.6/xml/parsers/__init__.py�<module>s__pycache__/expat.cpython-36.pyc000064400000000510151731251100012513 0ustar003


 \��@s,dZddlZddlTeejd<eejd<dS)z1Interface to the Expat non-validating XML parser.�N)�*zxml.parsers.expat.modelzxml.parsers.expat.errors)�__doc__�sysZpyexpatZmodel�modules�errors�rr�)/usr/lib64/python3.6/xml/parsers/expat.py�<module>s
__pycache__/__init__.cpython-36.opt-2.pyc000064400000000201151731251100014066 0ustar003


 \��@sdS)N�rrr�,/usr/lib64/python3.6/xml/parsers/__init__.py�<module>s__init__.py000064400000000247151731251100006654 0ustar00"""Python interfaces to XML parsers.

This package contains one module:

expat -- Python wrapper for James Clark's Expat parser, with namespace
         support.

"""
expat.py000064400000000370151731251100006233 0ustar00"""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