1 2 3 4 5 6 7 8
import commands import os def uuid(): return commands.getoutput('uuidgen') def creator(): return os.environ["LOGNAME"]