Changeset 27 for protocols

Show
Ignore:
Timestamp:
07/08/06 13:02:05 (3 years ago)
Author:
ploum
Message:

First steps in the bookmarks store

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • protocols/protocol_launchpadweb.py

    r25 r27  
    179179                f= urllib.urlopen(zeurl) 
    180180                content=BeautifulSoup(f) 
     181                print zeurl 
    181182                return self.__populateResult(results, content, 3, package) 
    182183