On Monday, 15 October 2012 at 19:15:44 UTC, Manu wrote:
[...]
>
> In my case, I don't want to import everything.
how about something along the lines of Pythons
from X import Y, Z
where X would specifically be a package, and Y and Z would be the
modules imported. This should keep things simple for both
programmer and compiler alike.