summaryrefslogtreecommitdiffstats
path: root/Lib/getopt.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/getopt.py')
-rw-r--r--Lib/getopt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/getopt.py b/Lib/getopt.py
index 761fc4f..a6ddf44 100644
--- a/Lib/getopt.py
+++ b/Lib/getopt.py
@@ -17,8 +17,6 @@ option involved with the exception.
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
# to class-based exceptions.
-import string
-
class GetoptError(Exception):
opt = ''
msg = ''