Commit d173ffc6 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Trying out etree

parent 6e4ccf30
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import json
import logging
from pathlib import Path

from xmlschema.etree import etree_tostring
from xmlschema import etree_tostring
from xmlschema import XMLSchema, XMLSchemaParseError