Esempio n. 1
0
def get_next10(location,page):
	print location
	print page
	print "getting 10"
	temp=get_location_images(location,page)
	return temp
Esempio n. 2
0
def get_location_img(location):

    temp = get_location_images(location)

    return temp
Esempio n. 3
0
def get_location_img(location):
	
	temp = get_location_images(location)

	return  temp
Esempio n. 4
0
def get_next10(location, page):
    print location
    print page
    print "getting 10"
    temp = get_location_images(location, page)
    return temp