]> git.llucax.com Git - software/pymin.git/commit
Add a new, backward compatible, way to specify specific config dirs.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 11 Oct 2007 20:10:30 +0000 (17:10 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 11 Oct 2007 20:10:30 +0000 (17:10 -0300)
commitf5a081744ba31beed226db828e0e16a01ec77c83
tree6a8cc322ea5bcfe30b2739878fda10ee916bdf5a
parent66d2cd3777f93c9c81f7e379fd24f73c4a6fad91
Add a new, backward compatible, way to specify specific config dirs.

Now _config_writer_cfg_dir could be a dictionary instead of a string.
The dictionary maps template filenames to directories where to generate
(render) the configure files.

See the DnsHandler for an example.
config.py
pymin/services/dns/__init__.py
pymin/services/util.py