diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:58:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:58:21 -0700 |
commit | 55957b81de5e438f2a245177d624040e74e721b3 (patch) | |
tree | 5ff115f16ff347675e8cc5a1f798bd157b372d32 /python | |
parent | 0e898d2854388f1798a6a6d537b4ec6413762f1b (diff) | |
download | sandcrawler-55957b81de5e438f2a245177d624040e74e721b3.tar.gz sandcrawler-55957b81de5e438f2a245177d624040e74e721b3.zip |
get rid of old xml2json
Diffstat (limited to 'python')
-rw-r--r-- | python/xml2json.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/xml2json.py b/python/xml2json.py deleted file mode 100644 index df5064f..0000000 --- a/python/xml2json.py +++ /dev/null @@ -1,7 +0,0 @@ - -import json -import xmltodict - -with open('tests/files/23b29ea36382680716be08fc71aa81bd226e8a85.xml', 'rb') as f: - thing = xmltodict.parse(f, process_namespaces=False) - print(json.dumps(thing)) |