From 44a94a8301ad5c77d89f9521da7016bb58aee488 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 23 Apr 2012 18:36:59 +0200 Subject: Take out urlgrabber as the current code doesn't use it --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 945d6ac..82e8a9b 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ source bin/activate easy_install django easy_install bunch easy_install pymongo -easy_install urlgrabber +# easy_install urlgrabber -- no used for the moment easy_install djangorestframework # Install pymongo and the mongodb database -- cgit