in asfpy/pubsub.py [0:0]
def message(fmt, *args, sleep=None, fp=sys.stderr): fp.write(fmt % args) fp.flush() if sleep: time.sleep(sleep)