X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/f2b9d4634807e38cec82fc1d2c4250b5e6106c5a..b8c5dbd52084b9a710c9881e327449f9eaec0bdb:/config.py?ds=inline diff --git a/config.py b/config.py index 93a6b7b..f433170 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,7 @@ # vim: set et sts=4 sw=4 encoding=utf-8 : +from services import * + # XXX for testing only def test_func(*args): print 'func:', args @@ -7,6 +9,10 @@ def test_func(*args): routes = dict \ ( test = test_func, + dhcp = DhcpHandler( + pickle_dir = 'var/lib/pymin/pickle/dhcp', + config_dir = 'var/lib/pymin/config/dhcp', + ), ) bind_addr = \