From: Leandro Lucarella Date: Tue, 16 Oct 2007 00:02:06 +0000 (-0300) Subject: Use more consistent getter name in ContainerSubHandler. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/3660782f64b0e3dfc2db4b1bfce4c59b4b46e3fc?ds=sidebyside;hp=3660782f64b0e3dfc2db4b1bfce4c59b4b46e3fc 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. ---