Add author tag

This commit is contained in:
Raymond Hettinger 2012-06-30 17:00:14 -07:00
parent bc09cf1f35
commit 461fcaa6d4
1 changed files with 1 additions and 0 deletions

View File

@ -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