~gary/zc.buildout/python-support-4

« back to all changes in this revision

Viewing changes to src/zc/buildout/bootstrap.txt

  • Committer: gary
  • Date: 2010-02-13 00:39:20 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zc.buildout/branches/gary-4:108966
fix some tests on other Python versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
    >>> print system(
233
233
    ...     zc.buildout.easy_install._safe_arg(sys.executable)+' '+
234
234
    ...     'bootstrap.py --help'),
235
 
    ... # doctest: +ELLIPSIS
236
 
    usage: [DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
 
235
    ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
 
236
    Usage: [DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
237
237
    <BLANKLINE>
238
238
    Bootstraps a buildout-based project.
239
239
    <BLANKLINE>
244
244
    local resources, you can keep this script from going over the network.
245
245
    <BLANKLINE>
246
246
    <BLANKLINE>
247
 
    options:
 
247
    Options:
248
248
      -h, --help            show this help message and exit
249
249
      -v VERSION, --version=VERSION
250
250
                            use a specific zc.buildout version