]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Provide gettext _ in missing locations
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 16 Oct 2013 02:51:07 +0000 (20:51 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 16 Oct 2013 19:53:22 +0000 (13:53 -0600)
commitd80657c2ef1658e7383a12537e55b7e1a64fafac
tree28454bdf9f10ac2a1f30a26cfbbedf1a3e94b0b8
parent645a84f990c90e28548cf35b4b5f242eb0e0c286
Provide gettext _ in missing locations

A while back a change was merged that moved
our shortcut for gettext out of __init__
(change here: If4125d6bcbde63df95de129ac5c83b4a6d6f130a)

This worked out fine for the most part but broke the sphinx doc
builder for a number of files.  This patch just adds the proper
import to each of these files to get the builder working correctly
again.

Change-Id: Ifed20d309566be456c9519294714ccb45de76e00
Closes-Bug: #1209406
cinder/api/v1/limits.py
cinder/common/config.py
cinder/exception.py
cinder/policy.py