From e75e297b981e6ab3454119ecc266262fb0d9da02 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 21 Jul 2005 16:02:39 +0000 Subject: [PATCH] Pyton 2.1 and prior fix --- hbd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hbd b/hbd index 3def04a..7e9116d 100755 --- a/hbd +++ b/hbd @@ -1,10 +1,11 @@ #!/usr/bin/env python -# $Id: hbd,v 1.3 2005/07/20 14:03:46 andreas Exp $ +# $Id: hbd,v 1.4 2005/07/21 16:02:39 andreas Exp $ # Wait for heartbeat messages and act on them (or their absence) # import time, os, string, sys, socket, curses, atexit, select, SocketServer, getopt - +False=0 +True=1 LOGFILE="/home/andreas/public_html/messages/andreas" hosts={}