[gobject-introspection] giscanner: Fix PEP-8 issue



commit c2a5adad7f807e7be2fe41bc16ee90ff429d6f34
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Jun 19 17:57:17 2013 +0200

    giscanner: Fix PEP-8 issue

 giscanner/sectionparser.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/giscanner/sectionparser.py b/giscanner/sectionparser.py
index 6a6a231..ffe41af 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<SECTION>\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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]