Files
python-glanceclient/glanceclient/common
liuqing 9b9f3befed Use immutable arg rather mutable arg
Passing mutable objects as default args is a known Python pitfall.
We'd better avoid this. This commit changes mutable default args with
None.

Change-Id: I78323383c8b6a9a516a2a217303124870822418b
2014-07-03 15:10:54 +08:00
..
2012-03-26 22:48:48 -07:00
2014-06-12 14:42:46 +03:00
2014-06-30 08:52:31 +00:00
2014-07-03 15:10:54 +08:00