This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
sintonia
Watch
7
Star
0
Fork
You've already forked sintonia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a387de69f
sintonia
/
python_apps
/
pypo
/
bin
/
airtime-playout
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed everything about Airtime on Debian * Added sysvinit scripts back in and cleaned them up * service status now works correctly for all services * Moved logging config files into install/ folders for the python_apps * Fixed some small setup.py problems in the various python_apps * Gave each python app a better bin/ script which doesn't fork, which lets service status work automagically.
2015-02-13 22:06:59 +01:00
#!/usr/bin/python
import runpy
runpy.run_module("pypo", run_name="__main__")
More work on switching pypo to use setuptools
2014-12-17 22:42:29 +01:00