commit | ce3f90effd437e5fb88b47ccc932ee0c95f83f6c | [log] [tgz] |
---|---|---|
author | Liam Beguin <liambeguin@gmail.com> | Wed Mar 14 19:15:13 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 22 13:25:20 2018 -0400 |
tree | a3faa7ec420af0cead4dac52c41346cdbd9d089b | |
parent | 7fc3558488313a93e290b5f4b96a7bed335ad5e3 [diff] |
test/py: README: add HOSTNAME to PYTHONPATH As opposed to PATH, HOSTNAME is not appended to PYTHONPATH automatically. Lets add it to the examples to make it more obvious to new users. Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>