]> git.llucax.com Git - software/pymin.git/commit
Convert HopHandler to a ListSubHandler (fixes #15, fixes #12).
authorLeandro Lucarella <llucax@gmail.com>
Sat, 10 May 2008 03:55:59 +0000 (00:55 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 10 May 2008 03:57:31 +0000 (00:57 -0300)
commitc799b36cbe6c022041996495eade548039292d18
treea50157338693b35c8ce9e5bc6c6bbdadde6baa35
parent6447bffdfde7f236f20a2988b584bf21b1c3fb23
Convert HopHandler to a ListSubHandler (fixes #15, fixes #12).

HopHandler was doing all the dirty job in the old fashion. Now it inherits
from ListSubHandler, adding code only for the custom checks.
pymin/services/ip/__init__.py