parent
506bd239bd
commit
3cb7d3579a
|
@ -27,11 +27,9 @@ import os
|
||||||
debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid() , 'wa')
|
debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid() , 'wa')
|
||||||
|
|
||||||
sysex = (KeyboardInterrupt, SystemExit)
|
sysex = (KeyboardInterrupt, SystemExit)
|
||||||
class StopExecLoop(Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class Gateway(object):
|
class Gateway(object):
|
||||||
_StopExecLoop = StopExecLoop
|
class _StopExecLoop(Exception): pass
|
||||||
_ThreadOut = ThreadOut
|
_ThreadOut = ThreadOut
|
||||||
remoteaddress = ""
|
remoteaddress = ""
|
||||||
_requestqueue = None
|
_requestqueue = None
|
||||||
|
|
Loading…
Reference in New Issue