[PATCH] Fix installation of tests.intertree_implementations
Martin Pool
mbp at canonical.com
Tue Aug 1 05:33:13 BST 2006
On 31 Jul 2006, John Arbash Meinel <john at arbash-meinel.com> wrote:
> But I agree with Martin, it would be reasonable to fix it.
>
> What is wrong with doing something like:
>
>
> for root, dirs, files in os.walk('bzrlib'):
> if '__init__.py' in files:
> modules.append(root.replace('/','.').replace('\\', '.'))
>
> That seems like it would find all the bzrlib modules. Though it might
> find something like 'urlgrabber' which we don't really need to bundle.
I think that'd be fine.
Things like urlgrabber that aren't used should probably be moved away or
deleted.
--
Martin
More information about the bazaar
mailing list