Fred Drake | 003b925 | 2000-09-23 04:44:43 +0000 | [diff] [blame] | 1 | """Interface to the Expat non-validating XML parser.""" |
Senthil Kumaran | 4af1c6a | 2011-07-28 22:30:27 +0800 | [diff] [blame] | 2 | __version__ = '$Revision: 17640 $' |
Fred Drake | 003b925 | 2000-09-23 04:44:43 +0000 | [diff] [blame] | 3 | |
4 | from pyexpat import * |