diff options
Diffstat (limited to 'scripts/Face.py')
-rw-r--r-- | scripts/Face.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py index 855d6321a..17d161fd7 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -1,4 +1,7 @@ -# Module for reading and parsing Scintilla.iface file +# Face.py - module for reading and parsing Scintilla.iface file +# Implemented 2000 by Neil Hodgson neilh@scintilla.org +# Released to the public domain. +# Requires Python 2.5 or later def sanitiseLine(line): if line[-1:] == '\n': line = line[:-1] |