Elrond 56dc1c9d3e Add base class for Meddleware
Created a BaseMeddleware which all Meddleware should derive
from. This is not strictly needed, but will greatly help.

The base class has the common __init__ of all the other
Meddlwares and fall backs for all hooks. That way a new
Meddlware only needs to override what it actually wants to
implement.
2011-11-25 22:16:18 +01:00
..
2011-07-29 14:04:49 -05:00
2011-11-15 11:32:13 +01:00
2011-09-05 22:57:52 -05:00
2011-11-25 22:16:18 +01:00