Commit 7679b889 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Add tif to standard formats.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25564 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8efa969e
......@@ -53,7 +53,7 @@ enc=base64.encodestring
dec=base64.decodestring
_MARKER = []
STANDARD_IMAGE_FORMAT_LIST = ('png', 'jpg', 'gif', )
STANDARD_IMAGE_FORMAT_LIST = ('png', 'jpg', 'gif', 'tif', )
class TimeoutTransport(SafeTransport):
"""A xmlrpc transport with configurable timeout.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment