> If you say
>
> from foo import _fooa, _foob,
>
> then the import will fail because the _ is used only by the import to
> decide that you shouldn't see _fooa or _foob.

???

Read Python manuals, please.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to