Port patchupdate.py to Python 3.

This commit is contained in:
Rémi Bernon
2023-02-07 12:46:17 +01:00
committed by Alistair Leslie-Hughes
parent c26b832223
commit 7a0d4fb5b3
2 changed files with 38 additions and 38 deletions

View File

@@ -104,7 +104,7 @@ class ProgressBar(object):
if __name__ == '__main__':
import time
print ""
print("")
with ProgressBar(desc="description") as x:
for i in xrange(100):
x.update(i)