Skip to content

Commit

Permalink
update zc.buildout version used
Browse files Browse the repository at this point in the history
  • Loading branch information
Markos Gogoulos committed Jul 18, 2013
1 parent 159f90c commit 18fa32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
'This is a custom version of the zc.buildout %prog script. It is '
'intended to meet a temporary need if you encounter problems with '
'the zc.buildout 1.5 release.')
parser.add_option("-v", "--version", dest="version", default='1.4.4',
parser.add_option("-v", "--version", dest="version", default='1.7.1',
help='Use a specific zc.buildout version. *This '
'bootstrap script defaults to '
'1.4.4, unlike usual buildpout bootstrap scripts.*')
'1.7.1, unlike usual buildpout bootstrap scripts.*')
parser.add_option("-c", None, action="store", dest="config_file",
help=("Specify the path to the buildout configuration "
"file to be used."))
Expand Down

1 comment on commit 18fa32f

@Elven-coder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi mgogoulos,
The url 'http://python-distribute.org/distribute_setup.py' can't be accessed.

Please sign in to comment.