]> git.llucax.com Git - software/pymin.git/commit
Add ComposedSubHandler (and their List and Dict flavors) to services.util.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 16 Oct 2007 03:28:21 +0000 (00:28 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 16 Oct 2007 03:28:21 +0000 (00:28 -0300)
commita649c1cfd693f916ad7e57cc07f71f4a687ee2c9
treef802e0266c13b2e283f65aa6240f6106032a308b
parent0b06609c08cbd1e1b7120f617a2261028b02dce5
Add ComposedSubHandler (and their List and Dict flavors) to services.util.

Add a class to handle List and Dict subhandlers contained in another
parent object. DnsHandler and IpHandler are updated to use them.

get_devices() function was "promoted" to services.util too, with a little
signature change.
pymin/services/dns/__init__.py
pymin/services/ip/__init__.py
pymin/services/ip/templates/ip_add
pymin/services/ip/templates/ip_del
pymin/services/util.py