]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add author tag
authorRaymond Hettinger <python@rcn.com>
Sun, 1 Jul 2012 00:00:14 +0000 (17:00 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 1 Jul 2012 00:00:14 +0000 (17:00 -0700)
Tools/scripts/pycolorize.py

index 1ac0f0afcd4abca6523e6fa5d0b6a721ea795cda..962d390c5322daabf9a29d7dbb71caa62de5086d 100755 (executable)
@@ -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