summaryrefslogtreecommitdiffstats
path: root/gluster/swift/proxy/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/swift/proxy/server.py')
-rw-r--r--gluster/swift/proxy/server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gluster/swift/proxy/server.py b/gluster/swift/proxy/server.py
index 792a97d..df9b245 100644
--- a/gluster/swift/proxy/server.py
+++ b/gluster/swift/proxy/server.py
@@ -16,10 +16,11 @@
# Simply importing this monkey patches the constraint handling to fit our
# needs
-import gluster.swift.common.constraints
+import gluster.swift.common.constraints # noqa
from swift.proxy import server
+
def app_factory(global_conf, **local_conf):
"""paste.deploy app factory for creating WSGI proxy apps."""
conf = global_conf.copy()