60
60
# (Note that importing common.util has already initialised mime types)
61
61
(type, _) = mimetypes.guess_type(filename)
65
65
# If this type is to be interpreted
67
72
interp_name = conf.app.server.interpreters[type]
69
74
# Get the interpreter function object