Mercurial > public > src > rhodecode
comparison 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 |
comparison
equal
deleted
inserted
replaced
50:73f413946c14 | 51:a699c0088344 |
---|---|
14 # the request is routed to. This routing information is | 14 # the request is routed to. This routing information is |
15 # available in environ['pylons.routes_dict'] | 15 # available in environ['pylons.routes_dict'] |
16 try: | 16 try: |
17 return WSGIController.__call__(self, environ, start_response) | 17 return WSGIController.__call__(self, environ, start_response) |
18 finally: | 18 finally: |
19 pass | 19 meta.Session.remove() |