Import the exceptions that this module can raise.

This commit is contained in:
Fred Drake 2001-03-14 22:43:47 +00:00
parent adcf8a05a4
commit 904f2fcbd7

View file

@ -3,6 +3,9 @@ should be based on this code. """
import handler import handler
from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
# ===== XMLREADER ===== # ===== XMLREADER =====
class XMLReader: class XMLReader: