Cleanup x so it is not left in module

This commit is contained in:
Neal Norwitz 2002-03-26 16:20:26 +00:00
parent 4632117e37
commit e98d16e8a4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
import token
__all__ = [x for x in dir(token) if x[0] != '_'] + ["COMMENT", "tokenize", "NL"]
del x
del token
COMMENT = N_TOKENS