[py-svn] r37498 - py/trunk/py/misc

hpk at codespeak.net hpk at codespeak.net
Sun Jan 28 21:09:05 CET 2007


Author: hpk
Date: Sun Jan 28 21:09:02 2007
New Revision: 37498

Modified:
   py/trunk/py/misc/conftest-socketgatewayrun.py
Log:
bah, my local config but i want to have it committed to
get rid of the "M" state, ehem. 


Modified: py/trunk/py/misc/conftest-socketgatewayrun.py
==============================================================================
--- py/trunk/py/misc/conftest-socketgatewayrun.py	(original)
+++ py/trunk/py/misc/conftest-socketgatewayrun.py	Sun Jan 28 21:09:02 2007
@@ -29,6 +29,7 @@
     
 class MySession(RemoteTerminalSession):
     socketserveradr = ('10.9.4.148', 8888)
+    socketserveradr = ('10.9.2.62', 8888)
 
     def _initslavegateway(self):
         print "MASTER: initializing remote socket gateway"



More information about the pytest-commit mailing list