aboutsummaryrefslogtreecommitdiff
path: root/google/oauth2/reauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/oauth2/reauth.py')
-rw-r--r--google/oauth2/reauth.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/google/oauth2/reauth.py b/google/oauth2/reauth.py
index 1e496d1..cbf1d7f 100644
--- a/google/oauth2/reauth.py
+++ b/google/oauth2/reauth.py
@@ -34,6 +34,8 @@ Those steps are:
import sys
+from six.moves import range
+
from google.auth import exceptions
from google.oauth2 import _client
from google.oauth2 import challenges