X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/b8c5dbd52084b9a710c9881e327449f9eaec0bdb..d46203541c7463746edf19344d3ddbd1fb412128:/config.py 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