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

4
python/.gitignore vendored
View file

@ -3,7 +3,6 @@
Makefile
Makefile.in
*.la
spot_impl.py*
buddy.py*
*.lo
*.loT
@ -11,4 +10,5 @@ buddy.py*
*.pyc
*/spotimg
ajax/*.py
spot/*.py
spot/impl.py
spot/ltsmin.py