/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 doc/developers/plugin-api.txt

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-31 19:45:09 UTC
  • mfrom: (7476.2.1 default-python3)
  • Revision ID: breezy.the.bot@gmail.com-20200131194509-c1lqoycnn75ll4y4
Default to running with Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/default-python3/+merge/378411

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
An example setup.py follows::
140
140
 
141
 
  #!/usr/bin/env python2.4
 
141
  #!/usr/bin/env python3
142
142
  from distutils.core import setup
143
143
 
144
144
  brz_plugin_name = 'demo'