Commit 49d64e61 authored by Jeremy Hylton's avatar Jeremy Hylton

Import random for platforms without /dev/urandom.

parent cb376a9a
......@@ -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