From 3a3723ba2ecd9c7863ca9c3e3ae9a5d0c22402dd Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Mon, 9 Feb 2009 13:59:15 +0000 Subject: [PATCH] removed reference to guid in ScrapedItem --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40834 --- scrapy/trunk/scrapy/item/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrapy/trunk/scrapy/item/models.py b/scrapy/trunk/scrapy/item/models.py index 9212e0282..69b4cf1f6 100644 --- a/scrapy/trunk/scrapy/item/models.py +++ b/scrapy/trunk/scrapy/item/models.py @@ -3,8 +3,6 @@ import copy class ScrapedItem(object): """ This is the base class for all scraped items. - 'guid' attribute is required, and is an attribute - that identifies uniquely the given scraped item. """ def __init__(self, data=None):