lists.arthurdejong.org
RSS feed

webcheck commit: r454 - webcheck/webcheck

[Date Prev][Date Next] [Thread Prev][Thread Next]

webcheck commit: r454 - webcheck/webcheck



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/