]> git.llucax.com Git - software/pymin.git/commit
Use more consistent getter name in ContainerSubHandler.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 16 Oct 2007 00:02:06 +0000 (21:02 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 16 Oct 2007 00:02:06 +0000 (21:02 -0300)
commit3660782f64b0e3dfc2db4b1bfce4c59b4b46e3fc
tree8dee062a2350b96d794a7166a20cb00b1dc71b1f
parente7975918f1449b68443974aa64db31b40230a681
Use more consistent getter name in ContainerSubHandler.

Now the method to access to the container attribute is named _attr() (and
_vattr) instead of _cont() (and _vcont). The method accept now an optional
'attr' argument to act as a setter.
pymin/services/util.py