mailinabox/test/common.py

6 lines
63 B
Python
Raw Normal View History

2016-12-15 22:50:08 +00:00
import uuid
def random_id():
return uuid.uuid4().hex[:8]