python: rename aux.py to aux_.py

Fixes #437, reporeted by Yann Thierry-Mieg.

* python/spot/aux.py: Rename as...
* python/spot/aux_.py: ... this.
* python/spot/__init__.py, python/Makefile.am: Adjust.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2020-11-08 12:04:55 +01:00
parent 14a992bb89
commit ffc0138ed6
4 changed files with 18 additions and 3 deletions

View file

@ -30,7 +30,7 @@ SWIGFLAGS = -c++ -python -py3 -O -MD
EXTRA_DIST = buddy.i spot/impl.i spot/ltsmin.i spot/gen.i
nobase_pyexec_PYTHON = \
spot/__init__.py \
spot/aux.py \
spot/aux_.py \
spot/impl.py \
spot/ltsmin.py \
spot/gen.py \