Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 461fcaa

Browse files
committed
Add author tag
1 parent bc09cf1 commit 461fcaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/scripts/pycolorize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'Convert Python source code to HTML with colorized markup'
33

44
__all__ = ['colorize', 'build_page', 'default_css', 'default_html']
5+
__author__ = 'Raymond Hettinger'
56

67
import keyword, tokenize, cgi, functools
78

0 commit comments

Comments
 (0)