Files
python-keystoneclient/keystoneclient/tests
liuqing 4766d168ba 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, then use 'arg = arg or []'.

Change-Id: I52a37bbc129fab40a99c919a837147d663941dce
2014-07-01 16:42:24 +08:00
..
2014-04-15 09:38:20 +10:00
2014-02-08 22:22:08 +08:00
2013-09-24 12:34:17 +10:00
2014-07-01 16:42:24 +08:00
2014-02-08 22:22:08 +08:00
2014-02-13 03:43:31 +00:00
2014-06-25 10:03:32 +10:00
2014-06-15 11:14:08 +08:00