aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/names.py
blob: 1951046ea45aeec38620007e71cdcf3b75ceae93 (plain) (blame)
1
2
3
4
5
6
7
8
import commands
import os

def uuid():
    return commands.getoutput('uuidgen')

def creator():
    return os.environ["LOGNAME"]