Re: Development Vs Release

2010-11-10 Thread Lawrence D'Oliveiro
In message <201011100749474192-nom...@thisaddresscom>, Sven wrote: > I don't like the idea of flags inside the code as they can often get > missed when developers release their code, ending up with released > versions that import modules from the developer's working directory. I have used a flag,

Development Vs Release

2010-11-10 Thread Sven
Hi, When developing tools I often also work on a module that I need to import into that tool. Once the work is complete both (or more) files go to a release location on the network. The question I have is: what is the easiest way to adjust the import path depending on whether it's a release