diff -r b112bfdde5cc -r 5b6ad7a7fd9d py_ext/PythonEditor.py --- a/py_ext/PythonEditor.py Sat Aug 19 21:06:54 2017 +0300 +++ b/py_ext/PythonEditor.py Mon Aug 21 21:55:18 2017 +0300 @@ -72,9 +72,9 @@ self.StyleSetSpec(stc.STC_P_IDENTIFIER, 'fore:#000000,size:%(size)d' % faces) -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # CFileEditor Main Frame Class -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- class PythonEditor(CodeFileEditor):