Merged olveyra's patch

This commit is contained in:
Pablo Hoffman 2009-06-10 18:00:32 -03:00
commit e55158ebdd
1 changed files with 1 additions and 2 deletions

View File

@ -196,8 +196,7 @@ class RobustScrapedItem(ScrapedItem):
def validate(self):
"""Method used to validate item attributes data"""
if not self.guid:
raise ValidationError('A guid is required')
raise NotImplemented
@property
def version(self):