Commit 22a58e5c authored by Raymond Hettinger's avatar Raymond Hettinger

Add name to credits (for untokenize).

parent 66fb6f65
...@@ -24,7 +24,7 @@ each time a new token is found.""" ...@@ -24,7 +24,7 @@ each time a new token is found."""
__author__ = 'Ka-Ping Yee <ping@lfw.org>' __author__ = 'Ka-Ping Yee <ping@lfw.org>'
__credits__ = \ __credits__ = \
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro' 'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro, Raymond Hettinger'
import string, re import string, re
from token import * from token import *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment