diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
commit | 02d893cfae830d4ef997095dc6e2786f8b63d2e3 (patch) | |
tree | bcb706b8d3ac39d891f270307d50b0f0f49c0990 /Lib/sgmllib.py | |
parent | d429ab6df9813cc641d5893eab7d8d5700e7f968 (diff) | |
download | cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.zip cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.gz cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.bz2 |
Patch #444359: Remove unused imports.
Diffstat (limited to 'Lib/sgmllib.py')
-rw-r--r-- | Lib/sgmllib.py | 1 |
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"] |