summaryrefslogtreecommitdiffstats
path: root/nova/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/crypto.py')
-rw-r--r--nova/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py
index ddc2f76a0..79e40337b 100644
--- a/nova/crypto.py
+++ b/nova/crypto.py
@@ -33,12 +33,12 @@ import tempfile
import Crypto.Cipher.AES
-from nova.common import cfg
from nova import context
from nova import db
from nova import exception
from nova import flags
from nova import log as logging
+from nova.openstack.common import cfg
from nova import utils