From 51239dd34262d4279fe0d221e5e26aac3619c66e Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 8 Jun 2014 12:47:57 +0200 Subject: [PATCH] Added a few lines on the configurator itself. --- utils/configurator.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/configurator.py b/utils/configurator.py index 8e2e7e8..380b647 100644 --- a/utils/configurator.py +++ b/utils/configurator.py @@ -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()