Make ENABLED_MEDDLEWARES a list and not a tuple, so we can modify it
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Nov 2012 10:27:59 +0000 (11:27 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Sat, 1 Dec 2012 19:19:43 +0000 (20:19 +0100)
commita30fb1d89d11a0afddaf2bb8297a51db6d9e75db
treeb1c21cc4e21618fd2216fd99327360686dcbf319
parentd7d422ca04b836cb0a5d87725d23a0b81f68ed7d
Make ENABLED_MEDDLEWARES a list and not a tuple, so we can modify it

Plugins may want to insert meddlewares, so this list should be modifiable
at very list (if we don't want to provide helper methods for this, which
seems a tad overkill for now).

This change is required for the upcoming trim_whitespace plugin.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/meddleware/__init__.py