add pyramid_tm tween

This commit is contained in:
Lance Edgar 2012-07-11 00:44:55 -05:00
parent ac530a50ab
commit dd3b42d981

View file

@ -61,3 +61,6 @@ def includeme(config):
# Same goes with the edbob static route; we need that JS. # Same goes with the edbob static route; we need that JS.
config.include('edbob.pyramid.static') config.include('edbob.pyramid.static')
# Include transaction manager tween.
config.include('pyramid_tm')