From: Raymond Hettinger Date: Sun, 1 Jul 2012 00:00:14 +0000 (-0700) Subject: Add author tag X-Git-Tag: v3.3.0b2~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=461fcaa6d458519343bf694fb5aef3f90b6da42f;p=thirdparty%2FPython%2Fcpython.git Add author tag --- diff --git a/Tools/scripts/pycolorize.py b/Tools/scripts/pycolorize.py index 1ac0f0afcd4a..962d390c5322 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