summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack/common/middleware/base.py1
-rw-r--r--openstack/common/middleware/debug.py1
-rw-r--r--openstack/common/middleware/sizelimit.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/openstack/common/middleware/base.py b/openstack/common/middleware/base.py
index 2099549..464a1cc 100644
--- a/openstack/common/middleware/base.py
+++ b/openstack/common/middleware/base.py
@@ -12,6 +12,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+
"""Base class(es) for WSGI Middleware."""
import webob.dec
diff --git a/openstack/common/middleware/debug.py b/openstack/common/middleware/debug.py
index f0f6b90..c8538c7 100644
--- a/openstack/common/middleware/debug.py
+++ b/openstack/common/middleware/debug.py
@@ -12,6 +12,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+
"""Debug middleware"""
from __future__ import print_function
diff --git a/openstack/common/middleware/sizelimit.py b/openstack/common/middleware/sizelimit.py
index aa2e889..0ec8fc7 100644
--- a/openstack/common/middleware/sizelimit.py
+++ b/openstack/common/middleware/sizelimit.py
@@ -11,6 +11,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+
"""
Request Body limiting middleware.