diff pylons_app/lib/base.py @ 51:a699c0088344

fixed sqlalchemy session bug,
author marcink
date Thu, 08 Apr 2010 11:29:14 +0200
parents 436bee78d81a
children 5e2470ebdbc6
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()