X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fpbar%2Ftest%2Ftest4.py;h=93871752f31e9ec9b3dbe02164f297a80a334377;hb=fb3af94919a9ee18ba1c35f927f19837f057fa1f;hp=1ce821c573febee6e01cdb16d36158bece7b4018;hpb=9a523766e02fc3c5d1df4550385a604dca8e6e80;p=m_lib.git diff --git a/m_lib/pbar/test/test4.py b/m_lib/pbar/test/test4.py index 1ce821c..9387175 100755 --- a/m_lib/pbar/test/test4.py +++ b/m_lib/pbar/test/test4.py @@ -3,6 +3,7 @@ Test N4: earse()/redraw() """ +from __future__ import print_function import sys from time import sleep from m_lib.pbar.tty_pbar import ttyProgressBar @@ -27,7 +28,7 @@ def test(): sleep(2) del pbar - print "Ok" + print("Ok") if __name__ == "__main__":