Previous check-in was by mistake, undo it.

This commit is contained in:
Martin v. Löwis 2001-06-07 05:52:17 +00:00
parent d895b20da0
commit 2c07195574
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
should be based on this code. """
import handler
from _exceptions import *
from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
# ===== XMLREADER =====