[svn r63105] remove non-existing event
--HG-- branch : trunk
This commit is contained in:
parent
22b4ff7f06
commit
bb3ac13917
|
@ -203,9 +203,6 @@ class PytestPluginHooks:
|
||||||
def pyevent_hostup(self, event):
|
def pyevent_hostup(self, event):
|
||||||
""" Host is up. """
|
""" Host is up. """
|
||||||
|
|
||||||
def pyevent_hostgatewayready(self, event):
|
|
||||||
""" Connection to Host is ready. """
|
|
||||||
|
|
||||||
def pyevent_hostdown(self, event):
|
def pyevent_hostdown(self, event):
|
||||||
""" Host is down. """
|
""" Host is down. """
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue