]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use a more pythonic string construction
authorKevin Benton <blak111@gmail.com>
Mon, 2 Nov 2015 08:48:22 +0000 (01:48 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 2 Nov 2015 08:50:36 +0000 (01:50 -0700)
commit857a14f71491c8cd608c9eca135c737cbc8253a3
tree96178792d4cfa689e0cdeb72f85cfd4ddd250468
parentb9cebd18cfc1c4fa0a221d4d2518f7f94d6fc938
Use a more pythonic string construction

Use interpolation rather than concatenation of literals and variables.

Change-Id: I1762534586751aa29174afcd67823468abcde123
neutron/agent/linux/dhcp.py