[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
>
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