[py-svn] r10875 - py/dist/py/test/terminal

hpk at codespeak.net hpk at codespeak.net
Tue Apr 19 21:42:44 CEST 2005


Author: hpk
Date: Tue Apr 19 21:42:43 2005
New Revision: 10875

Modified:
   py/dist/py/test/terminal/remote.py
Log:
remove obnoxious close


Modified: py/dist/py/test/terminal/remote.py
==============================================================================
--- py/dist/py/test/terminal/remote.py	(original)
+++ py/dist/py/test/terminal/remote.py	Tue Apr 19 21:42:43 2005
@@ -45,7 +45,6 @@
                 return channel.receive()
     finally:
         #print "closing down channel and gateway"
-        channel.close()
         channel.gateway.exit()
 
 def failure_slave(channel):



More information about the pytest-commit mailing list