diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:40:24 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:40:24 (GMT) |
commit | 2eca440c8dff47f1de8efb166f1db9c76b54eadd (patch) | |
tree | d2d20637f3b508f10924916bb6058b38afda1a59 /Lib/token.py | |
parent | 3bd844e695c8295c23d64d816bd763543cc9728f (diff) | |
download | cpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.zip cpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.tar.gz cpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.tar.bz2 |
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 c4db6c5..5f8d53a 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 |