Go to file
Sebastian Lohff 2b138446d4 Change shebang to /usr/bin/env python
Using /usr/bin/python might have side-effects, such as the system
python being used even when the script is called from within a
python virtual env. env python should give us the right interpreter.
As we are both python2 and python3 compatible this should cause no
problems.
2020-01-15 00:48:06 +01:00
tests Fix -4/-6 crash caused by broken filter statement 2020-01-15 00:48:06 +01:00
.gitignore Initial tests 2019-02-17 21:29:23 +01:00
ChangeLog Moved to v0.4.4 2015-11-10 21:12:49 +01:00
MANIFEST.in Moved to version v0.4.1 2012-05-04 16:32:17 +02:00
servefile Change shebang to /usr/bin/env python 2020-01-15 00:48:06 +01:00
servefile.1 Document lzma/xz support in manpage 2019-02-14 23:25:36 +01:00
setup.py Initial tests 2019-02-17 21:29:23 +01:00
tox.ini tests: Pass additional tox args to pytest 2019-02-24 16:00:38 +01:00