# HG changeset patch # User Jeff Hammel # Date 1307384016 25200 # Node ID 4b757f73e8ca429ab08db587e36062fb2eb10487 # Parent e547679d4bfd61da0877a4940dce23ab08100d43 give IniFactory diff -r e547679d4bfd -r 4b757f73e8ca pyloader/factory.py --- a/pyloader/factory.py Mon Jun 06 10:54:33 2011 -0700 +++ b/pyloader/factory.py Mon Jun 06 11:13:36 2011 -0700 @@ -91,6 +91,7 @@ return value class IniFactory(PyFactory): + """load a python object from an .ini file""" def __init__(self, inifile, main=''): assert os.path.exists(inifile), "File not found: %s" % inifile