[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Gerhard Lausser gerhard.lausser at consol.de
Tue Feb 28 22:15:51 UTC 2012


The following commit has been merged in the debian/master branch:
commit 644fa02a375da9b7d67e2fd9a32f2c9c597c5845
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date:   Mon Jan 23 12:10:42 2012 +0100

    Fix a bug with centos 5 and python 2.4 in livestatus_stack.

diff --git a/shinken/modules/livestatus_broker/livestatus_stack.py b/shinken/modules/livestatus_broker/livestatus_stack.py
index a9a1f06..84aeacf 100644
--- a/shinken/modules/livestatus_broker/livestatus_stack.py
+++ b/shinken/modules/livestatus_broker/livestatus_stack.py
@@ -147,5 +147,5 @@ try:
 except AttributeError:
     # Ptyhon 2.4 and 2.5 do not have it.
     # Use our own implementation.
-    TopBaseLiveStatusStack.__bases__ = (object, MyLifoQueue, )
+    TopBaseLiveStatusStack.__bases__ = (MyLifoQueue, object)
     #LiveStatusStack.__bases__ += (MyLifoQueue, )

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list