Wilbert Berendsen a écrit :
> If i do
>
>>>> import os
>>>> os.path.abspath("bla")
> '/home/wilbert/bla'
>
> it seems that just import os also makes available al os.path functions.
>
> But is that always true?Nope. Not all packages expose their sub-packages. -- http://mail.python.org/mailman/listinfo/python-list
