Beispiel #1
0
def albums():
    from picasa import PicasaStorage

    storage = PicasaStorage()
    return [(a.title.text, a.title.text) for a in storage.albumsFromUser()]
Beispiel #2
0
def albums():
    from picasa import PicasaStorage
    storage = PicasaStorage()
    return [(a.title.text, a.title.text) for a in storage.albumsFromUser()]