]> git.llucax.com Git - software/pymin.git/commit
Use a handler object as the root dispatcher handler instead of a dict.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 5 Oct 2007 16:01:53 +0000 (13:01 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 5 Oct 2007 16:27:03 +0000 (13:27 -0300)
commitf2571fe7b62abfa67f4b805c266869058647afff
tree937c734265748f335293ba4b9410ccbca692086d
parent296d853cc95fd5bef262248cfe21b507abd26a4f
Use a handler object as the root dispatcher handler instead of a dict.

Now the dispatcher use a handler object as the root handler. This way you
can inherit your root handler from Handler and get the useful 'help' and
'coommands' commands for free.
config.py
pymin/dispatcher.py
pymin/pymindaemon.py
pymind