Switched to begin() for hub initialization because beforeContext doesn't get called when you're testing single files.

This commit is contained in:
Ryan Williams
2010-01-15 15:40:16 -08:00
parent 762ba917a0
commit 33fe8512d3

View File

@@ -50,7 +50,7 @@ class EventletHub(Plugin):
" specified, the default hub for the current configuration is printed "\ " specified, the default hub for the current configuration is printed "\
" and used." " and used."
def beforeContext(self): def begin(self):
"""Select the desired hub. """Select the desired hub.
""" """
if self.hub_name is None: if self.hub_name is None: