[Zope-Coders] sys futzing

Chris Withers chrisw@nipltd.com
Sun, 18 Nov 2001 11:57:04 +0000


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