]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: use "open" instead of "file"
authorCyril Roelandt <cyril@redhat.com>
Mon, 28 Sep 2015 11:46:35 +0000 (13:46 +0200)
committerCyril Roelandt <cyril@redhat.com>
Mon, 28 Sep 2015 11:46:35 +0000 (13:46 +0200)
commitc6db7dcfbdb942c77659ce66c9e6511fea8ced40
tree73aa2d3a896c778241457d100da860837af6eaad
parent4798a0da610067f6fd55a00b2fadbf70a6703387
Python 3: use "open" instead of "file"

The "file" function does not exist in Python 3.

Change-Id: I18561fc8e472a53c2c5f599f2312347da4cec273
Partial-Bug: #1500400
neutron/tests/functional/agent/linux/test_async_process.py