diff --git a/py/execnet/gateway.py b/py/execnet/gateway.py index f181c5913..b2beae271 100644 --- a/py/execnet/gateway.py +++ b/py/execnet/gateway.py @@ -27,11 +27,9 @@ import os debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid() , 'wa') sysex = (KeyboardInterrupt, SystemExit) -class StopExecLoop(Exception): - pass class Gateway(object): - _StopExecLoop = StopExecLoop + class _StopExecLoop(Exception): pass _ThreadOut = ThreadOut remoteaddress = "" _requestqueue = None