Is it possible to disable the prints to stdout made by the functions in twill.commands? I tried import twill.commands twill.commands.OUT = file( '/dev/null' ) But that didn't work. Thanks in advance.