Skip to content

Commit 1d343f1

Browse files
ukarroumhartwork
andauthored
Update imports in Lib/test/test_sax.py
Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
1 parent d3cbe5f commit 1d343f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/test_sax.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# regression test for SAX 2.0
22
from xml.sax import make_parser, ContentHandler, \
3-
SAXException, SAXReaderNotAvailable, SAXParseException, handler
3+
SAXException, SAXReaderNotAvailable, SAXParseException
4+
from xml.sax.handler import feature_namespaces, feature_namespace_prefixes
45
import unittest
56
from unittest import mock
67
try:

0 commit comments

Comments
 (0)