def Example_module_stop(stopserver=True):
  return ol.controller_stop(stopserver=stopserver)
def collab_tool_stop():
  print "Stopping the oneline server"
  return ol.controller_stop(stopserver=True)
def collab_tool_stop():
    print "Stopping the oneline server"
    return ol.controller_stop(stopserver=True)