Changeset 48 for protocols

Show
Ignore:
Timestamp:
07/21/06 16:05:06 (2 years ago)
Author:
ploum
Message:

#51 : Reload the bug after posting a comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • protocols/protocol_launchpadweb.py

    r46 r48  
    1010from auth_dummy import user 
    1111 
    12 #baseurl = "https://staging.launchpad.net/" 
    13 baseurl = "https://launchpad.net/" 
     12baseurl = "https://staging.launchpad.net/" 
     13#baseurl = "https://launchpad.net/" 
    1414 
    1515class protocol: 
     
    2727                s1 = string.strip().replace(" "," ") 
    2828                s2 = s1.strip().replace(">",">") 
    29                 return s2 
     29                s3 = s2.strip().replace("&lt;","<") 
     30                return s3 
    3031         
    3132################INFORMATION ABOUT THE BTS ################################