diff options
Diffstat (limited to 'nova/context.py')
-rw-r--r-- | nova/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/context.py b/nova/context.py index f2bb6b5d6..cb3ee5ebc 100644 --- a/nova/context.py +++ b/nova/context.py @@ -21,8 +21,8 @@ import copy -from nova import log as logging from nova.openstack.common import local +from nova.openstack.common import log as logging from nova.openstack.common import timeutils from nova import utils |