[svn r63105] remove non-existing event

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-20 01:40:04 +01:00
parent 22b4ff7f06
commit bb3ac13917
1 changed files with 0 additions and 3 deletions

View File

@ -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. """