neutron/neutron/tests/unit/nuage
Wei Wang e2066f34e1 Use "if dict.get(key):" instead "if key in dict and dict[key]:"
Use "if dict.get(key):" instead of "if key in dict and dict[key]:"
which makes code more clear and intelligible. Note this patch doesn't
change judging conditions, all "is not None" are retained.

Change-Id: Ieed57a21eb4b08c6f9a25b180a3625154a0d5fde
2015-01-12 14:05:54 -08:00
..
__init__.py Nuage Networks Plugin 2014-02-28 14:22:42 -08:00
fake_nuageclient.py Use "if dict.get(key):" instead "if key in dict and dict[key]:" 2015-01-12 14:05:54 -08:00
test_netpartition.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
test_nuage_plugin.py Allow setting a tenant router's external IP 2014-12-19 02:04:02 -08:00
test_syncmanager.py Updated policy module from oslo-incubator 2014-11-13 13:55:19 +03:00