Commit ecc27502 authored by Jeremy Hylton's avatar Jeremy Hylton

Import random for platforms without /dev/urandom.

parent 1c40e3c4
......@@ -36,6 +36,7 @@ this is a sound approach; SRP would be preferred.
import base64
import os
import random
import sha
import struct
import time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment