removed reference to guid in ScrapedItem

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40834
This commit is contained in:
Ismael Carnales 2009-02-09 13:59:15 +00:00
parent 38c62ca357
commit 3a3723ba2e
1 changed files with 0 additions and 2 deletions

View File

@ -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):