mirror of https://github.com/scrapy/scrapy.git
removed unused code
This commit is contained in:
parent
38b5793152
commit
72df5cb7ef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue