Ejemplo n.º 1
0
def fetch(tut, args):

    remote = args.get('<remote>')

    for point in tut.points(remote):
        tut.start(
            point.split('/')[-1],
            starting_point=point,
        )
Ejemplo n.º 2
0
def fetch(tut, args):

    remote = args.get('<remote>')

    for point in tut.points(remote):
        tut.start(
            point.split('/')[-1],
            starting_point=point,
        )
Ejemplo n.º 3
0
def points(tut, args):

    for point in tut.points():
        print point
Ejemplo n.º 4
0
def points(tut, args):

    for point in tut.points():
        print point