Example #1
0
def mario_run(plid):
    global brother
    libitat.set_django_ip_port("10.10.10.16", 8001)
    brother = libitat.new_mario(plid)
    print brother
    libitat.initial(brother, 1, 'test_transfers', 0, 0)
    libitat.run_mario(brother, 0, 33)  #123 + plid)
Example #2
0
def mario_run(plid):
    global brother
    brother = libitat.new_mario(plid)
    print brother
    libitat.initial(brother, 1, 'test_transfers', 0, 0)
    libitat.run_mario(brother, 0, 33) #123 + plid)
Example #3
0
def mario_run():
    print brother
    libitat.initial(brother, 1, 'test_transfers', 0, 0)
    libitat.run_mario(brother, 0, 1)