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 e11d9dd commit ec0fd4cCopy full SHA for ec0fd4c
flattentool/sort_iati.py
@@ -35,7 +35,6 @@
35
except ImportError:
36
import xml.etree.ElementTree as ET
37
warn('Using stdlib etree may work, but is not supported. Please install lxml.')
38
-import sys
39
40
# Namespaces necessary for opening schema files
41
namespaces = {
0 commit comments