diff options
Diffstat (limited to 'nova/crypto.py')
-rw-r--r-- | nova/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py index eb9e36c70..dfab2cd55 100644 --- a/nova/crypto.py +++ b/nova/crypto.py @@ -35,8 +35,8 @@ 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.openstack.common import log as logging from nova.openstack.common import timeutils from nova import utils |