]> git.llucax.com Git - software/pymin.git/commit
Change "var" for "attr" where it refer to an object attribute.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Oct 2007 14:48:23 +0000 (11:48 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Oct 2007 14:48:23 +0000 (11:48 -0300)
commit29b9cec06cf295e44693db06422ac986c9214ac4
tree198207f497477998883ca6e1ef72a673b106b9ad
parent70ec9c970b451ee166087a3327a6b906a4777500
Change "var" for "attr" where it refer to an object attribute.

For example _persistent_vars is now _persistent_attrs. Mostly for
consistency and clarity.
services/dhcp/__init__.py
services/dns/__init__.py
services/firewall/__init__.py
services/ip/__init__.py
services/proxy/__init__.py
services/util.py