]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
cinder/.: replace 'locals()' with explicit values
authorAndrew Forrest <forrest@research.att.com>
Sat, 15 Jun 2013 18:09:33 +0000 (11:09 -0700)
committerAndrew Forrest <forrest@research.att.com>
Mon, 17 Jun 2013 15:51:11 +0000 (08:51 -0700)
commit77be2761dc4407fd8aa292a2ee4bb9df6dccd31d
tree9e81759aef866955f96c7878cb9085e11031670c
parentb1b06e33b037f23506d700f34ea599a3c3664680
cinder/.: replace 'locals()' with explicit values

Help bring source code into compliance with the Cinder Style Commandments:
https://github.com/openstack/cinder/blob/master/HACKING.rst

This change covers all affected source directly in the top-level directory
of the cinder module, i.e. cinder/*.py

Partially fixes: bug #1190748

Change-Id: Ice5efc5eda7189969af6a9b722344fad7aa49ff0
cinder/exception.py
cinder/quota.py
cinder/service.py
cinder/test.py
cinder/utils.py