Files
python-cinderclient/cinderclient/v1
Ankit Agrawal 029b51d378 Use dictionary literal for dictionary creation
Dictionary creation could be rewritten as a dictionary literal.
for example:

body = {}
body['provider'] = args.provider

could be rewritten as

body = {'provider': args.provider}

TrivialFix

Change-Id: Ieae7b33332eca31754cbfe91288ef3001c573eb3
2015-09-24 00:06:30 -07:00
..
2014-03-16 09:34:09 +08:00
2015-05-12 14:52:46 +03:00
2015-05-12 14:52:46 +03:00
2015-06-01 15:33:18 -04:00