예제 #1
0
def get_ticket(ticket=None):
    """ Get a given ticket
    """
    code, resp = TicketsController.show(ticket, g.user)
    return code, resp