In that case it would have to be altered to add
getcwd(). But another view is that being overly explicit creates a bunch of noise. And it can make things brittle. Also there are rare cases where that changes the expected behavior of a module. The important thing is, know what
use Foo "bar" means, and use it in a self-consistent way.