Change in scripts

2004-09-08 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Hi, > > I'm wandering if I can change the definition of "program_name" in the > files in scripts/*.py from for instance: > > program_name = 'midi2ly' > > to > > program_name = sys.argv[0] > > It will not change the behavior of the programs whatsoever, but it'll >

Change in scripts

2004-09-06 Thread Pedro Kroger
Hi, I'm wandering if I can change the definition of "program_name" in the files in scripts/*.py from for instance: program_name = 'midi2ly' to program_name = sys.argv[0] It will not change the behavior of the programs whatsoever, but it'll help me a lot, since I rename these programs in my "d