source file: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/xml/parsers/expat.py
file stats: 3 lines, 3 executed: 100.0% covered
   1. """Interface to the Expat non-validating XML parser."""
   2. __version__ = '$Revision: 1.1 $'
   3. 
   4. from pyexpat import *