From c2a5adad7f807e7be2fe41bc16ee90ff429d6f34 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 19 Jun 2013 17:57:17 +0200 Subject: giscanner: Fix PEP-8 issue --- giscanner/sectionparser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/giscanner/sectionparser.py b/giscanner/sectionparser.py index 6a6a231c..ffe41afc 100644 --- a/giscanner/sectionparser.py +++ b/giscanner/sectionparser.py @@ -92,6 +92,7 @@ def parse_sections_file(lines): return SectionsFile(sections) + def write_sections_file(f, sections_file): for section in sections_file.sections: f.write("\n
\n") @@ -114,6 +115,7 @@ def write_sections_file(f, sections_file): for symbol in subsection.symbols: f.write(symbol + "\n") + def generate_sections_file(transformer): ns = transformer.namespace -- cgit v1.2.1