Merge branch '2019.2.1' into hotfix/update-bootstrap-2019.2.1

This commit is contained in:
Megan Wilhite 2019-05-22 13:07:17 -04:00 committed by GitHub
commit 4cce4f4321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ import datetime
try:
from M2Crypto import EVP
HAS_REQUIRED_CRYPTO = True
HAS_M2 = True
except ImportError:
HAS_M2 = False