Re: How to do regular BASH work in Python?

2008-10-09 Thread Frank Malina @ vizualbod.com
On Oct 9, 3:22 pm, jdd <[EMAIL PROTECTED]> wrote: > On Oct 9, 10:13 am, Frantisek Malina <[EMAIL PROTECTED]> wrote: > > > Hey, > > I found it. Python > > rocks:http://www.python.org/doc/2.5.2/lib/os-file-dir.html > > > If you have any further links that provide some lively code examples > > and re

Re: Decrease code redundancy without breaking references

2008-10-12 Thread Frank Malina @ vizualbod.com
There is the following source structure: /packages/... /packages/global_settings.py # this is the global settings file imported from each client settings file /clients/... /clients/client1/settings.py # client specific settings file (see code above), each client is running in its own process so th