[svn r45547] remove global

--HG--
branch : trunk
This commit is contained in:
hpk 2007-08-08 12:38:22 +02:00
parent 506bd239bd
commit 3cb7d3579a
1 changed files with 1 additions and 3 deletions

View File

@ -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