eric6/Utilities/BackgroundClient.py

changeset 8207
d359172d11be
parent 7965
48fbf9149d16
child 8240
93b8a353c4bf
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
17 import time 17 import time
18 import traceback 18 import traceback
19 from zlib import adler32 19 from zlib import adler32
20 20
21 21
22 class BackgroundClient(object): 22 class BackgroundClient:
23 """ 23 """
24 Class implementing the main part of the background client. 24 Class implementing the main part of the background client.
25 """ 25 """
26 def __init__(self, host, port, maxProcs): 26 def __init__(self, host, port, maxProcs):
27 """ 27 """

eric ide

mercurial