diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_pyexpat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_pyexpat.py b/Lib/test/test_pyexpat.py index 873dd69..404dc35 100644 --- a/Lib/test/test_pyexpat.py +++ b/Lib/test/test_pyexpat.py @@ -3,6 +3,7 @@ # XXX TypeErrors on calling handlers, or on bad return values from a # handler, are obscure and unhelpful. +import pyexpat from xml.parsers import expat from test_support import sortdict |