commit | eb4b3e0bc889088cffa474f5c16537e2c6411b74 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Dec 12 10:41:03 2018 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 12 10:41:03 2018 -0800 |
tree | 0926daeaf00674bcd7f713a4ad6d543fde4c1330 | |
parent | a04b3c52e61712b31f7a480af01a1b636d8b3cb9 [diff] [blame] |
Change xrange to range (#601)
diff --git a/tests/test_http.py b/tests/test_http.py index 3e23ed4..6c2748b 100644 --- a/tests/test_http.py +++ b/tests/test_http.py
@@ -1196,7 +1196,7 @@ from googleapiclient.http import MAX_BATCH_LIMIT batch = BatchHttpRequest() - for i in xrange(0, MAX_BATCH_LIMIT): + for i in range(0, MAX_BATCH_LIMIT): batch.add(HttpRequest( None, None,