summaryrefslogtreecommitdiff
path: root/Lib/_LWPCookieJar.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-18 06:18:06 +0000
committerGeorg Brandl <georg@python.org>2006-05-18 06:18:06 +0000
commit1a490d61fe49c4d2e8e43e39a920ed35798bc8dc (patch)
treeb15f5f234fc663f6b984e35fc03ffc189d46a9ab /Lib/_LWPCookieJar.py
parentd89aa8c08040ff44f31d5d7fd8e1fdb57ef2055f (diff)
downloadcpython-1a490d61fe49c4d2e8e43e39a920ed35798bc8dc.tar.gz
Remove unused import.
Diffstat (limited to 'Lib/_LWPCookieJar.py')
-rw-r--r--Lib/_LWPCookieJar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/_LWPCookieJar.py b/Lib/_LWPCookieJar.py
index 76da942a53..2a4fa7b2f6 100644
--- a/Lib/_LWPCookieJar.py
+++ b/Lib/_LWPCookieJar.py
@@ -11,7 +11,7 @@ libwww-perl, I hope.
"""
-import time, re, logging
+import time, re
from cookielib import (_warn_unhandled_exception, FileCookieJar, LoadError,
Cookie, MISSING_FILENAME_TEXT,
join_header_words, split_header_words,