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
4
python/.gitignore
vendored
4
python/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue