summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gathering/uuid.fact
blob: 79e3f62677ec81565c749f9bc5019a67917af10f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
# -*- coding: utf-8 -*-


import json
import uuid


# return a random string
print(json.dumps(str(uuid.uuid4())))