cinder/cinder/hacking
Jay S. Bryant a108a828bb Remove deprecated use of gettextutils import _
The initial hacking check I wrote allowed users to check in code
using 'from cinder.openstack.common.gettextutils import _' or
'from cinder.i18n import _'.  This was to ease the transition for
code that was in flight with the old import.

Now that we have moved Cinder over to using cinder.i18n and most
of the code that was in flight with the old import has been merged
and/or fixed, I am updating the hacking check to enforce the use of
cinder.i18n and fixing the cases that still had the old import.

Change-Id: Iff6ccac1996c06bbc5defd5139113a2baa0b677c
2014-10-10 23:42:07 +05:30
..
__init__.py debug level logs should not be translated 2014-06-18 09:03:02 -06:00
checks.py Remove deprecated use of gettextutils import _ 2014-10-10 23:42:07 +05:30