Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: remoting/tools/gaia_auth.py

Issue 3133014: Added hostdir.py - a simple Chromoting Directory client. (Closed)
Patch Set: - Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/tools/hostdir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/gaia_auth.py
diff --git a/remoting/tools/gaia_auth.py b/remoting/tools/gaia_auth.py
index da364e0988de6ee0cf9e63223537b6b8b5687943..392f2f3d2549ec97bebb31468ed980851efb15f8 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
« no previous file with comments | « no previous file | remoting/tools/hostdir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698