347
347
# as necessary, and include it in the distribution.
348
348
listmake_mimetypes = ['text/x-python', 'text/html',
349
349
'application/x-javascript', 'application/javascript',
350
'text/css', 'image/png', 'image/gif', 'image/jpeg', 'application/xml',
352
353
# Main function skeleton from Guido van Rossum
353
354
# http://www.artima.com/weblogs/viewpost.jsp?thread=4829