glance/glance/db/sqlalchemy
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
..
metadef_api Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
migrate_repo Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
metadata.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
models.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
models_metadef.py Merge "Refactor metadef ORM classes to use to_dict instead of as_dict" 2014-10-17 18:29:20 +00:00