Mirar @ Pike developers forum wrote:
I don't know if it can solve your problem, but I usually do
import "."; import Foo;
Ah.. hmm.. I'll give it a try... thanks
Just looked trough master.pike to see if I came up with something new (especially hints about all the ind("modulename") and `->() `[]() lookups being done from the master.. and found some references to the Calendar module doing special stuff.. and in Calendar's `[] it applies some master()->resolv in a decided order suposedly to avoid conflicting references.. ?
Feels like I've been using the module system the wrong way.. way too much trouble over seemingly simple problems. Might need some restructuring..
//K