control.py (1052:0e0078bceff2) control.py (1477:b93d1acf81bd)
1import json
1import json
2
2from unit.http import TestHTTP
3
4
5def args_handler(conf_func):
6 def args_wrapper(self, *args):
7 argcount = conf_func.__code__.co_argcount
8 url_default = '/config'
9 conf = None

--- 52 unchanged lines hidden ---
3from unit.http import TestHTTP
4
5
6def args_handler(conf_func):
7 def args_wrapper(self, *args):
8 argcount = conf_func.__code__.co_argcount
9 url_default = '/config'
10 conf = None

--- 52 unchanged lines hidden ---