From: Leandro Lucarella Date: Sat, 22 Sep 2007 22:44:14 +0000 (-0300) Subject: Implement DhcpdHandler class. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/c7a9496a78002544cf62358c7d098614c0d0d837?ds=inline;hp=c7a9496a78002544cf62358c7d098614c0d0d837 Implement DhcpdHandler class. A complete example of a handler class. It uses mako for templates and (c)Pickle for configuration persistence. There is some more work to be done (loading pickled configuration and other details) but the class is pretty functional. ---