From 616be6d907a9c85931d6a6d18ef213312a9870ae Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 2 Oct 2010 10:50:15 -0700 Subject: [PATCH] Finally figured out the line that was causing the hub tests to intermittently fail. Spelling fail! --- eventlet/hubs/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventlet/hubs/hub.py b/eventlet/hubs/hub.py index c759d81..e1442dc 100644 --- a/eventlet/hubs/hub.py +++ b/eventlet/hubs/hub.py @@ -219,7 +219,7 @@ class BaseHub(object): else: self.wait(0) else: - self.canceled_timers = 0 + self.timers_canceled = 0 del self.timers[:] del self.next_timers[:] finally: