glance/glance/image_cache
James Carey 3f2a56ae65 Move from using _ builtin to using glance.i18n _
The builtin _ should not longer be used.  Instead _
should be explicitly assigned from glance.i18n.

This patch does the following:
  (1) adds these explict assignments to any
      glance file that was missing them,
  (2) removes the defintion of _ as a builtin from
      tox.ini so that a pep8 failure will occur
      if _ is not defined,
  (3) removes calls to install().

This removes the last direct use of gettextutils by glance.
The indirect uses, via openstack/common, will be removed
in the next sync with oslo.

Change-Id: Ie54e8a67e747e022cc01022dfad35d89686bdfc4
2014-11-21 18:51:19 +00:00
..
drivers Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
__init__.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
base.py Remove vim header 2014-01-14 16:03:28 +00:00
cleaner.py Remove vim header 2014-01-14 16:03:28 +00:00
client.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
prefetcher.py Change Glance to use i18n instead of gettextutils 2014-11-21 17:12:35 +00:00
pruner.py Remove vim header 2014-01-14 16:03:28 +00:00