update symbol.py from with statement changes

This commit is contained in:
Benjamin Peterson 2009-06-09 21:13:43 +00:00
parent 654924626e
commit 6a098d20e4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ while_stmt = 294
for_stmt = 295
try_stmt = 296
with_stmt = 297
with_var = 298
with_item = 298
except_clause = 299
suite = 300
testlist_safe = 301