diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:40:24 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:40:24 +0000 |
commit | 2eca440c8dff47f1de8efb166f1db9c76b54eadd (patch) | |
tree | d2d20637f3b508f10924916bb6058b38afda1a59 /Lib/token.py | |
parent | 3bd844e695c8295c23d64d816bd763543cc9728f (diff) | |
download | cpython-git-2eca440c8dff47f1de8efb166f1db9c76b54eadd.tar.gz |
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
but looks like that was a problem before this change.
Diffstat (limited to 'Lib/token.py')
-rwxr-xr-x | Lib/token.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/token.py b/Lib/token.py index c4db6c511a..5f8d53a883 100755 --- a/Lib/token.py +++ b/Lib/token.py @@ -35,7 +35,6 @@ GREATER = 21 EQUAL = 22 DOT = 23 PERCENT = 24 -BACKQUOTE = 25 LBRACE = 26 RBRACE = 27 EQEQUAL = 28 |