Changeset 148

Show
Ignore:
Timestamp:
Sun Feb 18 15:07:37 2007
Author:
manatlan
Message:

- vincent patch for mimetools :
http://mail.python.org/pipermail/python-list/2006-December/420360.html[[BR]]

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/plugins/multiexport/libs/pycasaweb.py

    r147 r148  
    121 121     Return (content_type, body) ready for httplib.HTTP instance  
    122 122     """  
      123     mimetools._prefix = "some-random-string-you-like"    # vincent patch : http://mail.python.org/pipermail/python-list/2006-December/420360.html  
    123 124     BOUNDARY = mimetools.choose_boundary()  
    124 125     CRLF = '\r\n'