From 6fda62a2c04c757d0613b099f4b98b062340469d Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 21 Jul 2005 15:27:05 +0000 Subject: [PATCH] True and False --- hbc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hbc b/hbc index 0ded65a..4946f53 100755 --- a/hbc +++ b/hbc @@ -1,10 +1,11 @@ #!/usr/bin/env python -# $Id: hbc,v 1.4 2005/07/20 14:03:46 andreas Exp $ +# $Id: hbc,v 1.5 2005/07/21 15:27:05 andreas Exp $ import sys, time, socket, os, signal, getopt, string PORT=50003 INTERVAL=10 - +False=0 +True=1 class NullDevice: def write(self, s): pass