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():
root = conn.root()
app = Application()
root['Application']= app
get_transaction().commit(1)
_populate(app)
get_transaction().commit()
stuff['db'] = db
conn.close()
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