cherrypy.engine.start()
cherrypy.engine.block()
else:
+ cherrypy.server.unsubscribe()
try:
# Case that cherrypy < 3.1.0
cherrypy.engine.start(blocking=False)
-- Peter A. Iannucci <iannucci@mit.edu> Mon, 20 May 2013 09:00:00 -0400
+invirt-web (0.1.31~dvorak427glasgall1) precise; urgency=low
+
+ * CherryPy starts a http listener by default now. Remove it before
+ starting the engine.
+
+ -- Adam Glasgall <glasgall@mit.edu> Tue, 30 Apr 2013 19:41:22 -0400
+
invirt-web (0.1.31~dvorak427) precise; urgency=low
* More updates to fix api changes.