Changeset - a699c0088344
[Not reviewed]
default
0 1 0
marcink - 16 years ago 2010-04-08 11:29:14

fixed sqlalchemy session bug,
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/lib/base.py
Show inline comments
 
@@ -16,4 +16,4 @@ class BaseController(WSGIController):
 
        try:
 
            return WSGIController.__call__(self, environ, start_response)
 
        finally:
 
            pass
 
            meta.Session.remove()
0 comments (0 inline, 0 general)