No xrange in py3

This commit is contained in:
Daniel A. Wozniak 2019-01-02 12:38:33 -07:00
parent 37808fbc53
commit 460e9333e0
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61

View File

@ -1112,7 +1112,7 @@ def validate_windows_cred(host,
'''
Check if the windows credentials are valid
'''
for i in xrange(retries):
for i in range(retries):
ret_code = 1
try:
stdout, stderr, ret_code = run_psexec_command(