ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Tool_Box/textProgressIndicator.py
(Generate patch)

Comparing Python/NinoCode/Tool_Box/textProgressIndicator.py (file contents):
Revision 8 by ninoborges, Sat May 5 04:21:19 2012 UTC vs.
Revision 744 by nino.borges, Tue Apr 13 21:40:41 2021 UTC

# Line 77 | Line 77 | if __name__ == "__main__":
77      pb.progress(90)
78      sleep(0.2)
79      pb.progress(100)
80 <    print "testing 1:"
80 >    print("testing 1:")
81      pb=progressbarClass(1)
82      pb.progress(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)