make it a package and improve logging

This commit is contained in:
2020-11-04 23:34:34 +01:00
parent 6feaf9d2b2
commit ad97547568
13 changed files with 709 additions and 600 deletions

9
test-pyinotifyd Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python
import sys
import pyinotifyd
if __name__ == '__main__':
sys.exit(
pyinotifyd.main()
)