Import the exceptions that this module can raise.
This commit is contained in:
parent
adcf8a05a4
commit
904f2fcbd7
|
@ -3,6 +3,9 @@ should be based on this code. """
|
|||
|
||||
import handler
|
||||
|
||||
from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
|
||||
|
||||
|
||||
# ===== XMLREADER =====
|
||||
|
||||
class XMLReader:
|
||||
|
|
Loading…
Reference in New Issue