377
377
# as necessary, and include it in the distribution.
378
378
listmake_mimetypes = ['text/x-python', 'text/html',
379
379
'application/x-javascript', 'application/javascript',
380
'text/css', 'image/png', 'image/gif', 'application/xml']
382
382
# Main function skeleton from Guido van Rossum
383
383
# http://www.artima.com/weblogs/viewpost.jsp?thread=4829