Eric S. Johansson wrote:
> I have a collection of packages and I want to put them under single
> unifying name. my goal is to reduce namespace pollution and make all
> these packages accessible as 'import vvv.aaa'. In more detail, if I have
> packages 'aaa' and 'bbb', what do I do to put those
Eric S. Johansson wrote:
> I have a collection of packages and I want to put them under single
> unifying
> name. my goal is to reduce namespace pollution and make all these
> packages accessible as 'import vvv.aaa'. In more detail, if I have
> packages 'aaa' and 'bbb', what do I do to put those