python: move auxiliary functions in a separate module

* python/spot/aux.py: New file, with function extracted from...
* python/spot/__init__.py: ... here.
* python/.gitignore, python/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-16 12:56:20 +01:00
parent 5d272fd256
commit c093b7b78f
4 changed files with 71 additions and 34 deletions

View file

@ -37,6 +37,7 @@ SWIGFLAGS = -c++ -python -py3 -O -nofastproxy
EXTRA_DIST = buddy.i spot/impl.i spot/ltsmin.i
nobase_python_PYTHON = \
spot/__init__.py \
spot/aux.py \
spot/impl.py \
spot/ltsmin.py \
buddy.py