plexpy/lib/cherrypy/__main__.py
Tim 0a170c20e6 Add back init scripts
Update cherrypy to 3.8.0
Remove unnecessary includes
Remove old references to Headphones
2015-06-30 21:27:07 +02:00

4 lines
77 B
Python

import cherrypy.daemon
if __name__ == '__main__':
cherrypy.daemon.run()