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

Trying out etree

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


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