summaryrefslogtreecommitdiffstats
path: root/lps_gen.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-13 19:16:20 -0500
committerrsiddharth <rsd@gnu.org>2016-02-13 19:16:20 -0500
commit4a39bc9e5df1997894717c81d602f6144314f2a5 (patch)
tree239bccd1d063ed6ae962c8acfeb30804669eb643 /lps_gen.py
parentc04d69b9b76112b4291fa9f82e2566839056c9f1 (diff)
lps_gen.py: removed extraneous blank line.
Diffstat (limited to 'lps_gen.py')
-rw-r--r--lps_gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lps_gen.py b/lps_gen.py
index 6e28533..cb9d5c1 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -82,7 +82,6 @@ def write_file(filename, filecontent):
exit(1)
-
def json_write(filename, obj):
"""Serialize `obj` to JSON formatted `str` to `filename`.