def Example_module_init(startserver=True  ):
  return ol.controller_init(startserver=startserver,sql='Example_module.sql')
def collab_tool_init():
  print "Starting server and constructing the SQL"
  return ol.controller_init(sql='collab_tool.sql', startserver=True)
def collab_tool_init():
    print "Starting server and constructing the SQL"
    return ol.controller_init(sql='collab_tool.sql', startserver=True)