Archived
1
0

Added a few lines on the configurator itself.

This commit is contained in:
Jip J. Dekker 2014-06-08 12:47:57 +02:00
parent d765e7fce4
commit 51239dd342

View File

@ -3,6 +3,10 @@ from scrapy.utils.project import get_project_settings
class Configurator:
"""
A helper class in the fourmi class. This class is used to process the settings as set
from one of the Fourmi applications.
"""
def __init__(self):
self.scrapy_settings = get_project_settings()