summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
Diffstat (limited to 'library/python')
-rw-r--r--library/python/windows/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/windows/__init__.py b/library/python/windows/__init__.py
index 62861b3309f..eb520a8d2d0 100644
--- a/library/python/windows/__init__.py
+++ b/library/python/windows/__init__.py
@@ -143,7 +143,7 @@ if on_win():
winerrors = (winerrors,)
ei = None
- for t in xrange(tries):
+ for t in range(tries):
if t:
logger.debug('Diehard [errs %s]: try #%d in %s', ','.join(str(x) for x in winerrors), t, f)
try: