diff -r acf02488f37f -r c28db6f7616b py_ext/PythonFileCTNMixin.py --- 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" + \