True and False
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user