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

Unified Diff: rietveld.py

Issue 197213003: Let ReadOnlyRietveld access the password. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rietveld.py
diff --git a/rietveld.py b/rietveld.py
index aad998e9c3e49d922ca38317c0e9c1381d88885a..d253368238b96f8483c38bd2896a57abbcac74ac 100644
--- a/rietveld.py
+++ b/rietveld.py
@@ -517,6 +517,10 @@ class ReadOnlyRietveld(object):
def email(self):
return self._rietveld.email
+ @property
+ def password(self):
+ return self._rietveld.password
+
def get_pending_issues(self):
pending_issues = self._rietveld.get_pending_issues()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698