update_cert_records() uses global_dbsession
authorMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 21 Nov 2013 11:37:09 +0000 (12:37 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 21 Nov 2013 11:37:09 +0000 (12:37 +0100)
sfa/server/sfa-start.py

index 1596cc3..0dd53b6 100755 (executable)
@@ -130,8 +130,9 @@ def update_cert_records(gids):
     Removes old records from the db.
     """
     # import db stuff here here so this module can be loaded by PlcComponentApi
-    from sfa.storage.alchemy import dbsession
+    from sfa.storage.alchemy import global_dbsession
     from sfa.storage.model import RegRecord
+    dbsession = global_dbsession
     if not gids:
         return
     # get records that actually exist in the db