Comment 14 for bug 1640978

Revision history for this message
Peter Eckersley (pde-lists) wrote : Re: letsencrypt 0.4.1 contains numerous bugs fixed upstream

>>> import random
>>> x = ["RAOF", "rbasak"]
>>> random.shuffle(x)
>>> print "{0} should upload and {1} should review".format(x)
RAOF should upload and rbasak should review