/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 13:00:09 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116130009-6mwg6tvrgzbkjld6
Fix E221.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        return c
48
48
 
49
49
cmd = 'from setuptools.command.easy_install import main; main()'
50
 
ws  = pkg_resources.working_set
 
50
ws = pkg_resources.working_set
51
51
 
52
52
if is_jython:
53
53
    import subprocess