We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb23d8 commit daef209Copy full SHA for daef209
flattentool/sort_iati.py renamed to flattentool/sort_xml.py
flattentool/xml_output.py
@@ -13,7 +13,7 @@
13
USING_LXML = False
14
warn('Using stdlib etree may work, but is not supported. Please install lxml.')
15
from flattentool.exceptions import DataErrorWarning
16
-from flattentool.sort_iati import sort_element, XMLSchemaWalker
+from flattentool.sort_xml import sort_element, XMLSchemaWalker
17
18
19
def sort_attributes(data):
0 commit comments