diff options
Diffstat (limited to 'nova/crypto.py')
-rw-r--r-- | nova/crypto.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nova/crypto.py b/nova/crypto.py index f6e9717d0..cc84f5e45 100644 --- a/nova/crypto.py +++ b/nova/crypto.py @@ -24,6 +24,7 @@ SSH keypairs and x509 certificates. import base64 import hashlib import logging +import M2Crypto import os import shutil import struct @@ -31,9 +32,6 @@ import tempfile import time import utils - -import M2Crypto - from nova import exception from nova import flags |