mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Import the exceptions that this module can raise.
This commit is contained in:
parent
adcf8a05a4
commit
904f2fcbd7
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue