From 72df5cb7ef9d466bbf248c06c3e1f2aee00b2d2e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 3 Jun 2010 01:07:40 -0300 Subject: [PATCH] removed unused code --- scrapy/shell.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrapy/shell.py b/scrapy/shell.py index 4d75e8072..7fcc9275f 100644 --- a/scrapy/shell.py +++ b/scrapy/shell.py @@ -38,8 +38,6 @@ def parse_url(url): class Shell(object): - requires_project = False - def __init__(self, update_vars=None, nofetch=False): self.vars = {} self.update_vars = update_vars