[py-svn] r51672 - py/branch/event/py/test2/rsession

hpk at codespeak.net hpk at codespeak.net
Wed Feb 20 10:18:29 CET 2008


Author: hpk
Date: Wed Feb 20 10:18:28 2008
New Revision: 51672

Modified:
   py/branch/event/py/test2/rsession/slave.py
Log:
fix imports and docstrings as well. 


Modified: py/branch/event/py/test2/rsession/slave.py
==============================================================================
--- py/branch/event/py/test2/rsession/slave.py	(original)
+++ py/branch/event/py/test2/rsession/slave.py	Wed Feb 20 10:18:28 2008
@@ -1,11 +1,9 @@
 """
-Node code for slaves. 
+Code that is running on the slave side for executing tests remotely. 
 """
 
 import py
-from py.__.test2.executor import RunExecutor, BoxExecutor, AsyncExecutor
 from py.__.test2 import repevent
-import os
 
 def slave_main(receive, send, config):
     while 1:



More information about the pytest-commit mailing list