regenerated to reflect the addition of 'nonlocal' and removal of 'print'

This commit is contained in:
Jack Diederich 2007-02-28 20:21:30 +00:00
parent 4573942161
commit 4b7f3179ea
1 changed files with 1 additions and 1 deletions

View File

@ -34,10 +34,10 @@ kwlist = [
'in',
'is',
'lambda',
'nonlocal',
'not',
'or',
'pass',
'print',
'raise',
'return',
'try',