python-kingbirdclient/kingbirdclient/openstack
lilintan f6e549f9be Set the initial value to None
Use xx = [] for the parameter initial value, this parameter will
only be initialized at the first call, this is should be avoided.
Better choice is to set the initial value to None, then the
initialization time use xx= xx or None

more information:http://effbot.org/zone/default-values.htm

Change-Id: I9f61be1ba38901959d5c9201d41e2ce5911505e5
2016-11-02 12:02:21 +00:00
..
common Set the initial value to None 2016-11-02 12:02:21 +00:00
__init__.py Add common layer for the client 2016-09-08 10:57:01 +02:00