py_ext/PythonFileCTNMixin.py
changeset 1751 c28db6f7616b
parent 1748 ba5f64fe0e00
child 1764 d5df428640ff
--- a/py_ext/PythonFileCTNMixin.py	Wed Aug 16 12:53:23 2017 +0300
+++ b/py_ext/PythonFileCTNMixin.py	Wed Aug 16 12:57:52 2017 +0300
@@ -87,6 +87,7 @@
 
     PreSectionsTexts = {}
     PostSectionsTexts = {}
+
     def GetSection(self, section):
         return self.PreSectionsTexts.get(section, "") + "\n" + \
                getattr(self.CodeFile, section).getanyText() + "\n" + \