1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 12:44:06 +00:00

removed more obsolete adaptors code

This commit is contained in:
Pablo Hoffman 2009-08-17 14:48:11 -03:00
parent 1bf5682144
commit 59e0a83ad4
2 changed files with 0 additions and 13 deletions

View File

@ -11,17 +11,6 @@ to any particular component. In that case the module of that component will be
shown, typically an extension, middleware or pipeline. It also means that the
component must be enabled in order for the setting to have any effect.
.. setting:: ADAPTORS_DEBUG
ADAPTORS_DEBUG
--------------
Default: ``False``
Enable debug mode for adaptors.
See :ref:`topics-adaptors`.
.. setting:: BOT_NAME
BOT_NAME

View File

@ -15,8 +15,6 @@ Scrapy developers, if you add a setting here remember to:
from os.path import join, abspath, dirname
ADAPTORS_DEBUG = False
BOT_NAME = 'scrapybot'
BOT_VERSION = '1.0'