nova/doc/ext
Boris Pavlovic 2dce8c92f6 Remove usage of locals() for formatting from nova.api.*
Using of locals() for formatting string is a nasty thing because:
1) It is not so clear as using explicit dicts
2) It could produce hidden errors during refactoring
3) Changing name of variable causes change in message
4) Creating a lot of unused variables

fixes bug 1171936
Change-Id: I293d7ebb875f65cce322d4938d1ae323f3aded8d
2013-05-18 00:04:17 +04:00
..
__init__.py add in custom todo, and custom css 2010-11-05 12:49:42 -07:00
nova_todo.py Remove usage of locals() for formatting from nova.api.* 2013-05-18 00:04:17 +04:00