commit | 8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Dec 02 02:00:39 2006 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Dec 02 02:00:39 2006 +0000 |
tree | bbd2fc059f2983c14fcdcb5e28d24d1bc0e71707 | |
parent | f008203cb4c98329bdcfd871afc66dfa3ed4ec94 [diff] [blame] |
Add name to credits (for untokenize).
diff --git a/Lib/tokenize.py b/Lib/tokenize.py index ca4dbf0..5a9d08c 100644 --- a/Lib/tokenize.py +++ b/Lib/tokenize.py
@@ -24,7 +24,7 @@ __author__ = 'Ka-Ping Yee <ping@lfw.org>' __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 from token import *