/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/win32/bootstrap.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 12:25:18 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116122518-8tb1y9ul3joufu3d
Fix E128.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        )
60
60
 
61
61
    assert subprocess.Popen(
62
 
        [sys.executable] + ['-c', quote(cmd), '-mqNxd',
63
 
        quote(tmpeggs), 'zc.buildout'], env=env,).wait() == 0
 
62
        [sys.executable] +
 
63
        ['-c', quote(cmd), '-mqNxd', quote(tmpeggs), 'zc.buildout'],
 
64
        env=env,).wait() == 0
64
65
 
65
66
else:
66
67
    assert os.spawnle(