There was an error while loading. Please reload this page.
1 parent adcf8a0 commit 904f2fcCopy full SHA for 904f2fc
1 file changed
Lib/xml/sax/xmlreader.py
@@ -3,6 +3,9 @@
3
4
import handler
5
6
+from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
7
+
8
9
# ===== XMLREADER =====
10
11
class XMLReader:
0 commit comments