Changeset 147
- Timestamp:
- Sun Feb 11 11:25:57 2007
- Files:
-
- trunk/plugins/multiexport/libs/pycasaweb.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/plugins/multiexport/libs/pycasaweb.py
r146 r147 252 252 253 253 root=parseString(xml).documentElement 254 GPHOTO = "http://picasaweb.google.com/lh/picasaweb /"254 GPHOTO = "http://picasaweb.google.com/lh/picasaweb" 254 254 for i in root.getElementsByTagName("item"): 255 255 name = getText(i.getElementsByTagName("title")[0]) # title
