|
From: Robert Š. <smo...@gm...> - 2009-06-22 08:35:34
|
Hi, after reading http://www.voidspace.org.uk/python/articles/configobj.shtml I am now wondering if it is possible to validate config that looks like this: >>>> [general] pid_file = 'some.pid' [scenario] name = X watched_dir = 'some dir X' [scenario] name = Y watched_dir = 'some dir Y' [worker] name = X [worker] name = Y <<<<< Is it possible to have multiple __many__ repeating, or do I have to create [scenario] and [worker] section and then list each scenario, worker in it as subsection? Thanks |