Hi Paul,

Paul Eggert <egg...@cs.ucla.edu> writes:

> OK, but that comment explains why .gnulib-tool.py is separate from the
> main body of the Python program. But why are there two shell scripts
> gnulib-tool and gnulib-tool.py? Can't the latter be folded into the
> former? That would be simpler and faster.

I can have a look at removing it. It seems fairly simple.

Originally gnulib-tool.py was needed to deal with all the symlink
resolution to find $GNULIB_SRCDIR. Both Bruno and I didn't know much
about the 'import' feature of Python IIRC. The original solution
involved invoking python3 with the $PYTHONPATH enviornment variable.

The addition of .gnulib-tool.py means that $PYTHONPATH is no longer
needed.

Feel free to correct me on anything I said here Bruno.

Collin

Reply via email to