aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-09-25 17:58:21 -0700
committerBryan Newbold <bnewbold@archive.org>2019-09-25 17:58:21 -0700
commit55957b81de5e438f2a245177d624040e74e721b3 (patch)
tree5ff115f16ff347675e8cc5a1f798bd157b372d32 /python
parent0e898d2854388f1798a6a6d537b4ec6413762f1b (diff)
downloadsandcrawler-55957b81de5e438f2a245177d624040e74e721b3.tar.gz
sandcrawler-55957b81de5e438f2a245177d624040e74e721b3.zip
get rid of old xml2json
Diffstat (limited to 'python')
-rw-r--r--python/xml2json.py7
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))