Commit e98d16e8 authored by Neal Norwitz's avatar Neal Norwitz

Cleanup x so it is not left in module

parent 4632117e
......@@ -33,6 +33,7 @@ from token import *
import token
__all__ = [x for x in dir(token) if x[0] != '_'] + ["COMMENT", "tokenize", "NL"]
del x
del token
COMMENT = N_TOKENS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment