diff options
author | Raymond Hettinger <python@rcn.com> | 2012-07-01 00:00:14 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2012-07-01 00:00:14 (GMT) |
commit | 461fcaa6d458519343bf694fb5aef3f90b6da42f (patch) | |
tree | 1fc34e10def4595e6fb3c29a72fa22b8b0466b77 | |
parent | bc09cf1f35b1dea11ad0da13ff5b1181efee3bb3 (diff) | |
download | cpython-461fcaa6d458519343bf694fb5aef3f90b6da42f.zip cpython-461fcaa6d458519343bf694fb5aef3f90b6da42f.tar.gz cpython-461fcaa6d458519343bf694fb5aef3f90b6da42f.tar.bz2 |
Add author tag
-rwxr-xr-x | Tools/scripts/pycolorize.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/pycolorize.py b/Tools/scripts/pycolorize.py index 1ac0f0a..962d390 100755 --- a/Tools/scripts/pycolorize.py +++ b/Tools/scripts/pycolorize.py @@ -2,6 +2,7 @@ 'Convert Python source code to HTML with colorized markup' __all__ = ['colorize', 'build_page', 'default_css', 'default_html'] +__author__ = 'Raymond Hettinger' import keyword, tokenize, cgi, functools |