コード例 #1
0
def Example_module_init(startserver=True  ):
  return ol.controller_init(startserver=startserver,sql='Example_module.sql')
コード例 #2
0
def collab_tool_init():
  print "Starting server and constructing the SQL"
  return ol.controller_init(sql='collab_tool.sql', startserver=True)
コード例 #3
0
def collab_tool_init():
    print "Starting server and constructing the SQL"
    return ol.controller_init(sql='collab_tool.sql', startserver=True)