Home
last modified time | relevance | path

Searched hist:dffd56d1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/py/
H A Dtest.pydffd56d1 Thu Sep 14 16:34:43 CDT 2017 Paul Burton <paul.burton@imgtec.com> test/py: Make print statements python 3.x safe

In python 3.x print must be called as a function rather than used as a
statement. Update uses of print to the function call syntax in order to
be python 3.x safe.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
H A Du_boot_spawn.pydffd56d1 Thu Sep 14 16:34:43 CDT 2017 Paul Burton <paul.burton@imgtec.com> test/py: Make print statements python 3.x safe

In python 3.x print must be called as a function rather than used as a
statement. Update uses of print to the function call syntax in order to
be python 3.x safe.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
H A Du_boot_console_sandbox.pydffd56d1 Thu Sep 14 16:34:43 CDT 2017 Paul Burton <paul.burton@imgtec.com> test/py: Make print statements python 3.x safe

In python 3.x print must be called as a function rather than used as a
statement. Update uses of print to the function call syntax in order to
be python 3.x safe.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
H A Dconftest.pydffd56d1 Thu Sep 14 16:34:43 CDT 2017 Paul Burton <paul.burton@imgtec.com> test/py: Make print statements python 3.x safe

In python 3.x print must be called as a function rather than used as a
statement. Update uses of print to the function call syntax in order to
be python 3.x safe.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
/openbmc/u-boot/test/py/tests/
H A Dtest_fit.pydffd56d1 Thu Sep 14 16:34:43 CDT 2017 Paul Burton <paul.burton@imgtec.com> test/py: Make print statements python 3.x safe

In python 3.x print must be called as a function rather than used as a
statement. Update uses of print to the function call syntax in order to
be python 3.x safe.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>