예제 #1
0
파일: router.py 프로젝트: sidja/flickr_geo
def get_next10(location,page):
	print location
	print page
	print "getting 10"
	temp=get_location_images(location,page)
	return temp
예제 #2
0
def get_location_img(location):

    temp = get_location_images(location)

    return temp
예제 #3
0
파일: router.py 프로젝트: sidja/flickr_geo
def get_location_img(location):
	
	temp = get_location_images(location)

	return  temp
예제 #4
0
def get_next10(location, page):
    print location
    print page
    print "getting 10"
    temp = get_location_images(location, page)
    return temp