# $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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.