Comments pointing the way towards substituting cryptography for pycrypto

This commit is contained in:
Toshio Kuratomi 2015-08-24 15:46:54 -07:00
commit 6e107d2f22
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@ import sys
import time
import traceback
# TODO: not needed if we use the cryptography library with its default RNG
# engine
HAS_ATFORK=True
try:
from Crypto.Random import atfork