summaryrefslogtreecommitdiffstats
path: root/lps_gen.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-13 12:21:18 -0500
committerrsiddharth <rsd@gnu.org>2016-02-13 12:21:18 -0500
commit9982a7113d4cccb38b5f0779c868f3024162a163 (patch)
treee091df0bebb177bc5b5109d598ce619b5f80b535 /lps_gen.py
parentd53e415153aa3b4ced16e247269004ab10da44dd (diff)
lps_gen.py: blank line fix.
Diffstat (limited to 'lps_gen.py')
-rw-r--r--lps_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lps_gen.py b/lps_gen.py
index 44fb5a6..87d1e2a 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -44,6 +44,7 @@ lps_dict = OrderedDict()
# Python dictionary that will contain the lp speakers.
lpspeakers_dict = OrderedDict()
+
def read_file(filename):
"""Read file and return it as a string.