Changeset 28 for protocols

Show
Ignore:
Timestamp:
07/08/06 21:03:17 (2 years ago)
Author:
ploum
Message:

Big big big refactorization.

The really nasty description_in_the_widget_name hack is now in page.py only,
allowing an easy change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • protocols/protocol_launchpadweb.py

    r27 r28  
    2929        # and will enable bookmarks sharing between differents protocols 
    3030        # that speaks to the same bts 
    31         def bts(self): 
     31        def btsName(self): 
    3232                return "launchpad" 
    3333 
     
    179179                f= urllib.urlopen(zeurl) 
    180180                content=BeautifulSoup(f) 
    181                 print zeurl 
    182181                return self.__populateResult(results, content, 3, package) 
    183182