Mercurial > templog
comparison py/params.py @ 228:d9e81a563923
porting to asyncio
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 20 Mar 2015 20:12:25 +0800 |
parents | 16a83e2c97a0 |
children | 185621f47040 |
comparison
equal
deleted
inserted
replaced
227:efb5cad2e98b | 228:d9e81a563923 |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 import collections | 2 import collections |
3 import json | 3 import json |
4 import signal | 4 import signal |
5 import StringIO | 5 import StringIO |
6 | |
7 import gevent | |
8 | 6 |
9 import config | 7 import config |
10 from utils import W,L,E,EX | 8 from utils import W,L,E,EX |
11 | 9 |
12 _FIELD_DEFAULTS = { | 10 _FIELD_DEFAULTS = { |