[RFC] move tools to bzrlib.tools

Martin Pool mbp at sourcefrog.net
Wed Apr 18 09:33:01 BST 2007


On 4/18/07, Robert Collins <robertc at robertcollins.net> wrote:
> In the bzr source tree, tools/ has at some point become a python module.
> This means that it appears in the python search path as 'tools', but its
> part of bzr, so I think its better for it to be bzrlib.tools - this
> makes it easier to test them, and to reuse the code. If we dont want to
> install them, thats fine.

+1 to make the module a submodule.

Where will the actual tools (scripts) like rst2html live then?  They
could either go into the submodule (since they're rarely invoked) or
just stay in ./tools and have the module parts move

Also several of them are now obsolete.

-- 
Martin



More information about the bazaar mailing list