def delete(key):
    global handler
    return handler.delete(key)
def delete(key):
	global handler
	return handler.delete(key)