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

View file

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