Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3128

Modified Files:
        amazon.py 
Log Message:
Proper fix from upstream; we're now synced with them.


Index: amazon.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/amazon.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** amazon.py   21 Apr 2004 15:22:51 -0000      1.3
--- amazon.py   22 Apr 2004 02:26:28 -0000      1.4
***************
*** 197,201 ****
  
  def buildURL(search_type, keyword, product_line, type, page, license_key):
!     url = "http://"; + _supportedLocales[LOCALE][1] + 
"/onca/xml2?v=1.0&f=xml&t=webservices-20"
      url += "&dev-t=%s" % license_key.strip()
      url += "&type=%s" % type
--- 197,201 ----
  
  def buildURL(search_type, keyword, product_line, type, page, license_key):
!     url = "http://"; + _supportedLocales[LOCALE][1] + 
"/onca/xml3?f=xml&t=webservices-20"
      url += "&dev-t=%s" % license_key.strip()
      url += "&type=%s" % type



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to