ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/learning/yourURLTest.py
Revision: 8
Committed: Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Content type: text/x-python
Original Path: Python/NinoCode/learning/yourURLTest.py
File size: 239 byte(s)
Log Message:
Initial Import

File Contents

# Content
1 from urllib import urlopen
2
3 albumsList = ['ApplePicking02','Azores02']
4 for album in albumsList:
5 doc = urlopen('http://64.83.11.5:8080/NinoSystems/Personal/PhotoAlbums/mainPhotoAlbum/%s/manage_comment'%album).read()
6 print doc