Chris McDonough wrote: > > if __name__=='__main__': > import sys > sys.path.insert(0, '../../..') > sys.path.insert(0, '..') I thought doing things like this were frowned upon now? Is the policy on this anywhere documented yet? cheers, Chris