server/migractions.py
changeset 9603 1676d316171d
parent 9556 12ee310541bb
child 9606 bf0d8df2aefb
--- a/server/migractions.py	Thu Mar 20 08:45:52 2014 +0100
+++ b/server/migractions.py	Thu Apr 03 17:25:53 2014 +0200
@@ -310,7 +310,7 @@
                         'schema': self.repo.get_schema(),
                         'cnx': self.cnx,
                         'fsschema': self.fs_schema,
-                        'session' : self.cnx,
+                        'session' : self.cnx._cnx,
                         'repo' : self.repo,
                         })
         return context