1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00
Files
mailinabox/test/common.py
2017-02-02 15:41:52 +01:00

6 lines
63 B
Python

import uuid
def random_id():
return uuid.uuid4().hex[:8]