This commit is contained in:
Benoit Chesneau 2010-02-03 10:50:40 +01:00
parent c7bbe77a72
commit f3822a7f2f

View File

@ -27,8 +27,8 @@ class Worker(object):
PIPE = []
def __init__(self, workerid, ppid, socket, app, timeout, d
ebug=False):
def __init__(self, workerid, ppid, socket, app, timeout,
debug=False):
self.nr = 0
self.id = workerid
self.ppid = ppid