20
20
__author__ = "Martin Pool <mbp@canonical.com>"
23
import sys, os, time, socket
25
26
######################################################################
33
29
## TODO: If --verbose is given then write to both stderr and
34
30
## _tracefile; perhaps replace _tracefile with a tee thing.
36
34
# used to have % (os.environ['USER'], time.time(), os.getpid()), 'w')