glance/glance/api/v1
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
..
__init__.py Remove vim header 2014-01-14 16:03:28 +00:00
controller.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
filters.py Remove vim header 2014-01-14 16:03:28 +00:00
images.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
members.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
router.py Changes HTTP response code for unsupported methods 2014-08-18 03:53:45 -07:00
upload_utils.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00