changeset 51:a699c0088344

fixed sqlalchemy session bug,
author marcink
date Thu, 08 Apr 2010 11:29:14 +0200
parents 73f413946c14
children 25e516447a33
files pylons_app/lib/base.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/lib/base.py	Thu Apr 08 03:22:32 2010 +0200
+++ b/pylons_app/lib/base.py	Thu Apr 08 11:29:14 2010 +0200
@@ -16,4 +16,4 @@
         try:
             return WSGIController.__call__(self, environ, start_response)
         finally:
-            pass
+            meta.Session.remove()