From 3cb7d3579a6c26418de043637afc6e68ac8b1972 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 8 Aug 2007 12:38:22 +0200 Subject: [PATCH] [svn r45547] remove global --HG-- branch : trunk --- py/execnet/gateway.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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