Commit f96078db authored by Neal Norwitz's avatar Neal Norwitz

Cleanup x so it is not left in module

parent b58b0cd4
......@@ -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