good catch

This commit is contained in:
Thomas S Hatch 2017-04-03 14:55:10 -06:00
parent 31c6a10d1b
commit d3b77092b5

View File

@ -13,7 +13,7 @@ import random
# Import 3rd-party libs
try:
try:
import Crypto.Random as CRand # pylint: disable=E0611
import Cryptodome.Random as CRand # pylint: disable=E0611
except ImportError:
import Crypto.Random as CRand # pylint: disable=E0611
HAS_RANDOM = True