[Zapp-cvs-commit] ZApp __init__.py,1.16,1.17
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-08-28 17:13:04
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1:/tmp/cvs-serv7722 Modified Files: __init__.py Log Message: add flash mimetype to Zope Index: __init__.py =================================================================== RCS file: /cvsroot/zapp/ZApp/__init__.py,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** __init__.py 6 Aug 2003 05:36:48 -0000 1.16 --- __init__.py 28 Aug 2003 17:12:46 -0000 1.17 *************** *** 17,20 **** --- 17,23 ---- from ZApp_LOG import ZApp_LOG + import mimetypes + + mimetypes.types_map['.swf'] = 'application/x-shockwave-flash' try: |