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