[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnulib-tool.py: Use a standard Python program directory structure
From: |
Bruno Haible |
Subject: |
gnulib-tool.py: Use a standard Python program directory structure |
Date: |
Tue, 02 Apr 2024 01:13:23 +0200 |
Here is a patch that makes gnulib-tool.py use the standard Python program
directory structure:
- a single .py file in the parent directory,
- any number of .py files in a subdirectory.
With this, no PYTHONPATH override is needed any more, and the import-related
error markers in Eclipse are gone.
Since this change has consequences on the Eclipse project configuration, I
incorporated the instructions from
<https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00157.html>,
with the necessary changes, into the HACKING file. Collin, feel free
to document the way you install, configure, and customize PyCharm in
the same file.
Bruno
0001-gnulib-tool.py-Use-a-standard-Python-program-directo.patch
Description: Text Data
0002-gnulib-tool.py-Add-developer-documentation.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnulib-tool.py: Use a standard Python program directory structure,
Bruno Haible <=