Changeset 148
- Timestamp:
- Sun Feb 18 15:07:37 2007
- Files:
-
- trunk/plugins/multiexport/libs/pycasaweb.py (modified) (diff)
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'
