diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-05-18 16:15:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-20 21:41:04 +0100 |
commit | 2298b4a03e03586d61309300e975421baca1537c (patch) | |
tree | 238ca8a917b5a876e4c97df3442bba68ef1030f4 /scripts/lib/recipetool/append.py | |
parent | 3d0418a3314e70242b347ad370cd268ed5783685 (diff) | |
download | poky-2298b4a03e03586d61309300e975421baca1537c.tar.gz |
lib/oe/patch: use with open() for all file operations
with open(...)... is preferred for reading/writing files as it is neater
and takes care of closing the file for you.
(From OE-Core rev: 99ac382d84667eb496dc510d3277b8c55b237738)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/append.py')
0 files changed, 0 insertions, 0 deletions