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:
parent
5d272fd256
commit
c093b7b78f
4 changed files with 71 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue