Commit e1bd63fd authored by Chris McDonough's avatar Chris McDonough

Set up our _p_jar for populate.

parent a68f3354
...@@ -50,8 +50,8 @@ def _getDB(): ...@@ -50,8 +50,8 @@ def _getDB():
root = conn.root() root = conn.root()
app = Application() app = Application()
root['Application']= app root['Application']= app
get_transaction().commit(1)
_populate(app) _populate(app)
get_transaction().commit()
stuff['db'] = db stuff['db'] = db
conn.close() conn.close()
return db return db
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment