mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add author tag
This commit is contained in:
parent
bc09cf1f35
commit
461fcaa6d4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue