removed class method from_settings from ISpiderManager interface

This commit is contained in:
Pablo Hoffman 2011-08-26 09:24:01 -03:00
parent 47cae5fa35
commit ce08504853
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ from zope.interface import Interface
class ISpiderManager(Interface):
def from_settings(settings):
"""Class method to instantiate from settings"""
def create(spider_name, **spider_args):
"""Returns a new Spider instance for the given spider name, and using
the given spider arguments. If the spider name is not found, it must