Added buildout command

This commit is contained in:
utahta
2011-07-18 22:31:13 +09:00
parent f09e32372d
commit 1db87055fd
4 changed files with 63 additions and 0 deletions
+3
View File
@@ -53,6 +53,9 @@ def _get_or_default(section, option, default=''):
# setuptools download
DISTRIBUTE_SETUP_DLSITE = _get_or_default('distribute', 'url')
# buildout bootstrap download
BOOTSTRAP_DLSITE = _get_or_default('bootstrap', 'url')
# pythonbrew download
PYTHONBREW_UPDATE_URL_MASTER = _get_or_default('pythonbrew', 'master')
PYTHONBREW_UPDATE_URL_DEVELOP = _get_or_default('pythonbrew', 'develop')