Kaydet (Commit) 3c19ec4e authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Fix when pyexpat not built

Import pyexpat first so that import error occurs when it is not
available.
üst 0b8de98f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment