X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/b8c5dbd52084b9a710c9881e327449f9eaec0bdb..28063e4b7779eff7ac0fa5c9939545d2091ef24c:/config.py?ds=inline diff --git a/config.py b/config.py index f433170..2addc68 100644 --- a/config.py +++ b/config.py @@ -1,8 +1,10 @@ # vim: set et sts=4 sw=4 encoding=utf-8 : from services import * +from dispatcher import handler # XXX for testing only +@handler def test_func(*args): print 'func:', args