]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
add missing gettextutils imports
authorSteven Hardy <shardy@redhat.com>
Tue, 2 Jul 2013 13:22:24 +0000 (14:22 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 2 Jul 2013 13:22:24 +0000 (14:22 +0100)
commitec40a9ebe7e9fe1129a2509b80de52ca7b2854ca
treec40dce2a98d19a83e0b5067fffb02bc25e59349e
parent17a18326d3e43d9b43dd42887c3055d6f9540980
add missing gettextutils imports

Several files use the "_" function, but don't import it from
gettextutils - this leads to a "NameError: name '_' is not
defined" error if you try to import/use the modules from an
interactive python shell or standalone test-code.

Change-Id: Id28b45d71eeda64fbfaa6234b12cff45fcd2ce40
15 files changed:
heat/api/middleware/version_negotiation.py
heat/api/openstack/v1/stacks.py
heat/api/openstack/v1/util.py
heat/common/auth.py
heat/common/client.py
heat/common/plugin_loader.py
heat/common/policy.py
heat/common/urlfetch.py
heat/common/wsgi.py
heat/db/sqlalchemy/migration.py
heat/engine/dependencies.py
heat/engine/parser.py
heat/engine/resource.py
heat/engine/resources/__init__.py
heat/engine/scheduler.py