Add back init scripts
Update cherrypy to 3.8.0 Remove unnecessary includes Remove old references to Headphones
This commit is contained in:
4
lib/cherrypy/__main__.py
Normal file
4
lib/cherrypy/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import cherrypy.daemon
|
||||
|
||||
if __name__ == '__main__':
|
||||
cherrypy.daemon.run()
|
||||
Reference in New Issue
Block a user