Pyton 2.1 and prior fix

This commit is contained in:
andreas
2005-07-21 16:02:39 +00:00
parent 6fda62a2c0
commit e75e297b98
+3 -2
View File
@@ -1,10 +1,11 @@
#!/usr/bin/env python #!/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) # Wait for heartbeat messages and act on them (or their absence)
# #
import time, os, string, sys, socket, curses, atexit, select, SocketServer, getopt import time, os, string, sys, socket, curses, atexit, select, SocketServer, getopt
False=0
True=1
LOGFILE="/home/andreas/public_html/messages/andreas" LOGFILE="/home/andreas/public_html/messages/andreas"
hosts={} hosts={}