[py-svn] r63105 - py/trunk/py/test/plugin

hpk at codespeak.net hpk at codespeak.net
Fri Mar 20 01:40:04 CET 2009


Author: hpk
Date: Fri Mar 20 01:40:04 2009
New Revision: 63105

Modified:
   py/trunk/py/test/plugin/pytest_plugintester.py
Log:
remove non-existing event


Modified: py/trunk/py/test/plugin/pytest_plugintester.py
==============================================================================
--- py/trunk/py/test/plugin/pytest_plugintester.py	(original)
+++ py/trunk/py/test/plugin/pytest_plugintester.py	Fri Mar 20 01:40:04 2009
@@ -203,9 +203,6 @@
     def pyevent_hostup(self, event):
         """ Host is up. """
 
-    def pyevent_hostgatewayready(self, event):
-        """ Connection to Host is ready. """
-
     def pyevent_hostdown(self, event):
         """ Host is down. """
 



More information about the pytest-commit mailing list