mailinabox/test/common.py

6 lines
63 B
Python

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