aboutsummaryrefslogtreecommitdiff
blob: 5a9777c86eb95f8d46cc2f51fd4fd1aec23da576 (plain)
1
2
3
4
5
6
7
def somefunc(space): 
    return space.w_True 

def initpath(space): 
    print "got to initpath", space
    return space.wrap(3)