You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Port patchupdate.py to Python 3.
This commit is contained in:
committed by
Alistair Leslie-Hughes
parent
c26b832223
commit
7a0d4fb5b3
@@ -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)
|
||||
|
Reference in New Issue
Block a user