Skip to content
Commit 9f9e8a4d authored by Paul Burton's avatar Paul Burton Committed by Simon Glass
Browse files

test/py: hush_if_test: Use open() in place of file()



In python 3.x the file() function has been removed. Use open() instead,
which works on both python 2.x & 3.x, and is described as the preferred
method of opening a file by python 2.x documentation anyway.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
parent 57bf9bea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment