From 03969d85210d13e10a8c41dc04c807089664cafd Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 10 Oct 2014 15:46:08 -0500 Subject: Bring back the ascii art goblin! For python 2 anyway. This does a "friendly" fallback where it skips the middleware on python 3. --- paste.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'paste.ini') diff --git a/paste.ini b/paste.ini index 77364c09..68fd9dea 100644 --- a/paste.ini +++ b/paste.ini @@ -6,8 +6,7 @@ debug = false [pipeline:main] -# pipeline = errors mediagoblin -pipeline = mediagoblin +pipeline = errors mediagoblin [app:mediagoblin] use = egg:mediagoblin#app -- cgit v1.2.3