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. ...@@ -36,6 +36,7 @@ this is a sound approach; SRP would be preferred.
import base64 import base64
import os import os
import random
import sha import sha
import struct import struct
import time 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