summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r--nova/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py
index a02fdcc18..afb5303e4 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -32,7 +32,7 @@ import webob.exc
from nova import exception
from nova import flags
-from nova import log as logging
+from nova.openstack.common import log as logging
FLAGS = flags.FLAGS