fixed libev to support python2.4 just to find out that pyev needs 2.5.1 at least

This commit is contained in:
Denis Bilenko
2009-01-13 01:10:53 +06:00
parent f5654b311c
commit 3b210e1769

View File

@@ -118,6 +118,7 @@ class Hub(hub.BaseHub):
eventtimer.start()
def timer_finished(self, timer):
try:
try:
timer.impltimer.stop()
del timer.impltimer
@@ -129,6 +130,7 @@ class Hub(hub.BaseHub):
def timer_canceled(self, timer):
""" Cancels the underlying libevent timer. """
try:
try:
timer.impltimer.stop()
del timer.impltimer