Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/utils.py

Issue 5092904657747968: Issue 356 - Update devbuild in the Chrome Web Store (Closed)
Patch Set: Created April 19, 2014, 4:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -138,6 +138,8 @@
galleryID = _defineLocalProperty('galleryID', '')
downloadPage = _defineLocalProperty('downloadPage', '')
experimental = _defineLocalProperty('experimental', '')
+ serviceAccountEmail = _defineLocalProperty('serviceAccountEmail', '')
+ serviceAccountKey = _defineLocalProperty('serviceAccountKey', '')
latestRevision = _defineNightlyProperty('latestRevision')

Powered by Google App Engine
This is Rietveld