예제 #1
0
def get_actions(ticket=None):
    """
        List all available actions
    """
    code, resp = TicketsController.get_actions_list(ticket, g.user)
    return code, resp