Use hacking import_exceptions for gettextutils._

Instead of using # noqa every time gettextutils._ is used, add an
exception in tox.ini

Change-Id: Iafa8509a38596aac791bd809283f3bd75c638a60
This commit is contained in:
Joe Gordon
2013-12-20 18:11:50 -08:00
committed by Doug Hellmann
parent e00421c325
commit a55dc72645

View File

@@ -20,7 +20,7 @@ Helpers for comparing version strings.
import functools
import pkg_resources
from openstack.common.gettextutils import _ # noqa
from openstack.common.gettextutils import _
from openstack.common import log as logging