webcheck commit: r418 - webcheck
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
webcheck commit: r418 - webcheck
- From: Commits of the webcheck project <webcheck-commits [at] lists.arthurdejong.org>
- To: webcheck-commits [at] lists.arthurdejong.org
- Reply-to: webcheck-users [at] lists.arthurdejong.org
- Subject: webcheck commit: r418 - webcheck
- Date: Sat, 18 Jun 2011 16:09:51 +0200 (CEST)
Author: arthur
Date: Sat Jun 18 16:09:50 2011
New Revision: 418
URL: http://arthurdejong.org/viewvc/webcheck?view=rev&revision=418
Log:
remove Python 2.3 support
Modified:
webcheck/crawler.py
Modified: webcheck/crawler.py
==============================================================================
--- webcheck/crawler.py Sat Jun 18 16:08:40 2011 (r417)
+++ webcheck/crawler.py Sat Jun 18 16:09:50 2011 (r418)
@@ -43,12 +43,6 @@
import cookielib
import os
-# this is a workaround for Python 2.3
-try:
- set
-except NameError:
- from sets import Set as set
-
# set up our cookie jar
cookiejar = cookielib.LWPCookieJar('cookies.lwp')
try:
--
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits
- webcheck commit: r418 - webcheck,
Commits of the webcheck project