[Python-checkins] cpython: Add author tag

raymond.hettinger python-checkins at python.org
Sun Jul 1 02:00:24 CEST 2012


http://hg.python.org/cpython/rev/05a3ae2231f7
changeset:   77900:05a3ae2231f7
user:        Raymond Hettinger <python at rcn.com>
date:        Sat Jun 30 17:00:14 2012 -0700
summary:
  Add author tag

files:
  Tools/scripts/pycolorize.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/scripts/pycolorize.py b/Tools/scripts/pycolorize.py
--- 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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list