From 1c80cb628760bc6e3fc6e906befbe177f483e3b9 Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 26 Jan 2003 14:57:18 +0000 Subject: [PATCH] use included robotparser git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@773 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/HttpUrlData.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linkcheck/HttpUrlData.py b/linkcheck/HttpUrlData.py index 856705c5..0cd5ca8c 100644 --- a/linkcheck/HttpUrlData.py +++ b/linkcheck/HttpUrlData.py @@ -15,8 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -import urlparse, urllib, sys, time, re, httplib, robotparser +import urlparse, urllib, sys, time, re, httplib import Config, StringUtil, i18n +from linkcheck import robotparser from debug import * # XXX not dynamic if get_debuglevel() > 0: