Index: sitescripts/extensions/utils.py |
=================================================================== |
--- a/sitescripts/extensions/utils.py |
+++ b/sitescripts/extensions/utils.py |
@@ -136,6 +136,7 @@ |
keyFile = _defineLocalProperty('key', '') |
name = _defineLocalProperty('name') |
galleryID = _defineLocalProperty('galleryID', '') |
+ devbuildGalleryID = _defineLocalProperty('devbuildGalleryID', '') |
downloadPage = _defineLocalProperty('downloadPage', '') |
experimental = _defineLocalProperty('experimental', '') |
clientID = _defineLocalProperty('clientID', '') |