--- Python/NinoCode/Tool_Box/textProgressIndicator.py 2012/05/05 04:21:19 8 +++ Python/NinoCode/Tool_Box/textProgressIndicator.py 2021/04/13 21:40:41 744 @@ -77,6 +77,6 @@ if __name__ == "__main__": pb.progress(90) sleep(0.2) pb.progress(100) - print "testing 1:" + print("testing 1:") pb=progressbarClass(1) pb.progress(1) \ No newline at end of file