def random_path(): return 'feather_{}'.format(guid())
def random_path(): return "feather_{}".format(guid())