diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 15:46:08 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 15:46:08 -0500 |
commit | 03969d85210d13e10a8c41dc04c807089664cafd (patch) | |
tree | 41098f9609ebbdfcfb6337e4bc57a8cf41d1e3d4 /paste.ini | |
parent | 2b475821a19083ec40859ccdb8fbc645d4ee6665 (diff) | |
download | mediagoblin-03969d85210d13e10a8c41dc04c807089664cafd.tar.lz mediagoblin-03969d85210d13e10a8c41dc04c807089664cafd.tar.xz mediagoblin-03969d85210d13e10a8c41dc04c807089664cafd.zip |
Bring back the ascii art goblin! For python 2 anyway.
This does a "friendly" fallback where it skips the middleware on python 3.
Diffstat (limited to 'paste.ini')
-rw-r--r-- | paste.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,8 +6,7 @@ debug = false [pipeline:main] -# pipeline = errors mediagoblin -pipeline = mediagoblin +pipeline = errors mediagoblin [app:mediagoblin] use = egg:mediagoblin#app |