diff options
Diffstat (limited to 'Lib/tabnanny.py')
-rwxr-xr-x | Lib/tabnanny.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py index c945dd5..30f2e4b 100755 --- a/Lib/tabnanny.py +++ b/Lib/tabnanny.py @@ -12,7 +12,6 @@ __version__ = "6" import os import sys -import string import getopt import tokenize |