summaryrefslogtreecommitdiffstats
path: root/Lib/token.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/token.py')
-rwxr-xr-xLib/token.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/token.py b/Lib/token.py
index eafbd7b..c77d343 100755
--- a/Lib/token.py
+++ b/Lib/token.py
@@ -84,7 +84,6 @@ def ISEOF(x):
def main():
import re
- import string
import sys
args = sys.argv[1:]
inFileName = args and args[0] or "Include/token.h"