summaryrefslogtreecommitdiffstats
path: root/Lib/sgmllib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/sgmllib.py')
-rw-r--r--Lib/sgmllib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py
index f228e5b2..f2a3020 100644
--- a/Lib/sgmllib.py
+++ b/Lib/sgmllib.py
@@ -10,7 +10,6 @@
import re
-import string
__all__ = ["SGMLParser"]