Skip to content

Commit daef209

Browse files
committed
Rename sort_iati.py to sort_xml.py
1 parent 6bb23d8 commit daef209

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

flattentool/xml_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
USING_LXML = False
1414
warn('Using stdlib etree may work, but is not supported. Please install lxml.')
1515
from flattentool.exceptions import DataErrorWarning
16-
from flattentool.sort_iati import sort_element, XMLSchemaWalker
16+
from flattentool.sort_xml import sort_element, XMLSchemaWalker
1717

1818

1919
def sort_attributes(data):

0 commit comments

Comments
 (0)