summaryrefslogtreecommitdiff
path: root/nova/wsgi.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-15 05:00:31 +0000
committerGerrit Code Review <review@openstack.org>2014-07-15 05:00:31 +0000
commit89374402b473e399014ba03d177a860de8b89501 (patch)
tree6119ac75a4f6794f84cfa8e58cdf1b02d402a6f2 /nova/wsgi.py
parentc167c3c82c32439468f97fd74a042233ea338ebc (diff)
parentf3dc6eefe78463047f63c138cff62c664c21a971 (diff)
downloadnova-89374402b473e399014ba03d177a860de8b89501.tar.gz
Merge "Fix and gate on H305 and H307"
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 3856f2914c..f538bcd771 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -21,6 +21,7 @@ from __future__ import print_function
import os.path
import socket
+import ssl
import sys
import eventlet
@@ -29,7 +30,6 @@ import greenlet
from oslo.config import cfg
from paste import deploy
import routes.middleware
-import ssl
import webob.dec
import webob.exc