True and False

This commit is contained in:
andreas
2005-07-21 15:27:05 +00:00
parent 2a4be86179
commit 6fda62a2c0
+3 -2
View File
@@ -1,10 +1,11 @@
#!/usr/bin/env python #!/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 import sys, time, socket, os, signal, getopt, string
PORT=50003 PORT=50003
INTERVAL=10 INTERVAL=10
False=0
True=1
class NullDevice: class NullDevice:
def write(self, s): def write(self, s):
pass pass