From bb3ac1391790bcfd4d0b16bc62f9e454b7d03e96 Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 20 Mar 2009 01:40:04 +0100 Subject: [PATCH] [svn r63105] remove non-existing event --HG-- branch : trunk --- py/test/plugin/pytest_plugintester.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py/test/plugin/pytest_plugintester.py b/py/test/plugin/pytest_plugintester.py index 947c19e10..0b3362dc8 100644 --- a/py/test/plugin/pytest_plugintester.py +++ b/py/test/plugin/pytest_plugintester.py @@ -203,9 +203,6 @@ class PytestPluginHooks: 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. """