# HG changeset patch # User Jeff Hammel # Date 1394176477 28800 # Node ID 37b47aedcc3d448969f0ef23984826b962395636 # Parent 3621afe99a7204ee726260a83302ea094649ed72 STUB: wsgintegrate/main.py diff -r 3621afe99a72 -r 37b47aedcc3d wsgintegrate/main.py --- a/wsgintegrate/main.py Thu Mar 06 23:12:55 2014 -0800 +++ b/wsgintegrate/main.py Thu Mar 06 23:14:37 2014 -0800 @@ -61,7 +61,7 @@ # serve it server_name = getattr(options, 'server', 'wsgiref') - print ("Serving with {}".format(server_name)) + print ("Serving with %s" % (server_name)) server = servers[server_name] print ('http://localhost:%d/' % options.port) server(app=factory.load(), port=options.port)