From 4567204570eff25408278fd01919c1b048b9f7f1 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sun, 22 Oct 2017 10:26:21 +0200
Subject: [PATCH] Feature/gh#2926 quick tutorial wsgiref to waitress - backport #3180 to 1.9-branch

---
 docs/quick_tutorial/unit_testing/development.ini |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/quick_tutorial/unit_testing/development.ini b/docs/quick_tutorial/unit_testing/development.ini
index 17b4790..58d23cf 100644
--- a/docs/quick_tutorial/unit_testing/development.ini
+++ b/docs/quick_tutorial/unit_testing/development.ini
@@ -4,5 +4,5 @@
     pyramid_debugtoolbar
 
 [server:main]
-use = egg:pyramid#wsgiref
-port = 6543
+use = egg:waitress#main
+listen = localhost:6543

--
Gitblit v1.9.3