webcheck commit: r454 - webcheck/webcheck
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
webcheck commit: r454 - webcheck/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: r454 - webcheck/webcheck
- Date: Sat, 8 Oct 2011 20:42:09 +0200 (CEST)
Author: arthur
Date: Sat Oct 8 20:42:08 2011
New Revision: 454
URL: http://arthurdejong.org/viewvc/webcheck?revision=454&view=revision
Log:
fix missing import (broken in r452)
Modified:
webcheck/webcheck/crawler.py
Modified: webcheck/webcheck/crawler.py
==============================================================================
--- webcheck/webcheck/crawler.py Sat Oct 8 16:12:30 2011 (r453)
+++ webcheck/webcheck/crawler.py Sat Oct 8 20:42:08 2011 (r454)
@@ -39,7 +39,7 @@
import urlparse
from webcheck import config, debugio
-from webcheck.db import Session, Base, Link
+from webcheck.db import Session, Base, Link, truncate_db
from webcheck.util import install_file
import webcheck.parsers
--
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits/
- webcheck commit: r454 - webcheck/webcheck,
Commits of the webcheck project