summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-12-20 18:11:50 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2013-12-20 18:11:50 -0800
commit16520d9842fb44d46b3a556f7657620fcb342792 (patch)
tree59348e5f71904de17d743c48466985346c0470d9
parent085c4705cf86142b6c6abd2068cf77a73a9b1d19 (diff)
downloadoslo-middleware-16520d9842fb44d46b3a556f7657620fcb342792.tar.gz
Use hacking import_exceptions for gettextutils._
Instead of using # noqa every time gettextutils._ is used, add an exception in tox.ini Change-Id: Iafa8509a38596aac791bd809283f3bd75c638a60
-rw-r--r--openstack/common/middleware/sizelimit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/middleware/sizelimit.py b/openstack/common/middleware/sizelimit.py
index 856be5b..79a4792 100644
--- a/openstack/common/middleware/sizelimit.py
+++ b/openstack/common/middleware/sizelimit.py
@@ -21,7 +21,7 @@ from oslo.config import cfg
import webob.dec
import webob.exc
-from openstack.common.gettextutils import _ # noqa
+from openstack.common.gettextutils import _
from openstack.common.middleware import base