From 721704269839c68a0b422707e82b40d849307d6c Mon Sep 17 00:00:00 2001 From: Max Woolf Date: Tue, 11 Aug 2015 19:41:08 -0700 Subject: [PATCH] Merged #3 and included non-long strings in blns.txt --- blns.txt | Bin 6697 -> 6758 bytes scripts/txt_to_json.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/blns.txt b/blns.txt index 6060f9c8f4b7a8f5cfd059b0562a3e79b1bc2e88..c7df188179ea058ff999c4e83f2ee1ee9aca5a39 100644 GIT binary patch delta 76 zcmZ2!^2}sHnp8={*8%+QJ delta 15 WcmaE6veINi+Qvp(#?22H+av%vss@k% diff --git a/scripts/txt_to_json.py b/scripts/txt_to_json.py index 5569efb..98aabd5 100644 --- a/scripts/txt_to_json.py +++ b/scripts/txt_to_json.py @@ -15,7 +15,7 @@ with open('../blns.txt', 'r') as f: # remove empty-lines and comments content = [x for x in content if x and not x.startswith('#')] - # insert empty string since all are being removed (c.f. jimrandomh) + # insert empty string since all are being removed content.insert(0, "") with open('../blns.json', 'wb') as f: