Add back init scripts

Update cherrypy to 3.8.0
Remove unnecessary includes
Remove old references to Headphones
This commit is contained in:
Tim 2015-06-30 21:27:07 +02:00
commit 0a170c20e6
22 changed files with 531 additions and 2250 deletions

View file

@ -1757,7 +1757,7 @@ class HTTPServer(object):
timeout = 10
"""The timeout in seconds for accepted connections (default 10)."""
version = "CherryPy/3.6.0"
version = "CherryPy/3.8.0"
"""A version string for the HTTPServer."""
software = None