Updated openstack/openstack

Project: openstack/python-troveclient  ac88477948880cf4a64fbd55e26758aa35d06fc6

Avoid use xx=[]  for parameter initial value

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 []

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

Change-Id: Ia89b9741731c07d8bf08691a1c6544742625cad6
This commit is contained in:
Jenkins 2016-10-05 19:47:59 +00:00 committed by Gerrit Code Review
parent 0a218888ca
commit 8381595ba3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d6aa19ca566e12128843eb9da0169060bab66233
Subproject commit ac88477948880cf4a64fbd55e26758aa35d06fc6