From eb3eee77a0e898e7a8a424674600ebabcc045c5f Mon Sep 17 00:00:00 2001 From: RTB Date: Thu, 5 Jun 2014 16:50:13 +0200 Subject: [PATCH] updated function description for __init__ --- sourceloader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourceloader.py b/sourceloader.py index 512ca7a..8a6f8b4 100644 --- a/sourceloader.py +++ b/sourceloader.py @@ -12,6 +12,8 @@ class SourceLoader: def __init__(self, rel_dir="FourmiCrawler/sources"): """ The initiation of a SourceLoader, selects and indexes a directory for usable sources. + Also loads a configuration file for Sources and passes the arguments in + the named section to the source :param rel_dir: A relative path to a directory. """ path = os.path.dirname(os.path.abspath(__file__))