summaryrefslogtreecommitdiffstats
path: root/remoting/tools/gaia_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/tools/gaia_auth.py')
-rw-r--r--remoting/tools/gaia_auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/tools/gaia_auth.py b/remoting/tools/gaia_auth.py
index da364e0..392f2f3 100644
--- a/remoting/tools/gaia_auth.py
+++ b/remoting/tools/gaia_auth.py
@@ -6,10 +6,10 @@ import getpass
import os
import urllib
-default_gaia_url = "https://www.google.com:443/accounts/ClientLogin"
+DEFAULT_GAIA_URL = "https://www.google.com:443/accounts/ClientLogin"
class GaiaAuthenticator:
- def __init__(self, service, url = default_gaia_url):
+ def __init__(self, service, url = DEFAULT_GAIA_URL):
self._service = service
self._url = url