53
49
"""Handler for the File Services application."""
55
51
# If no path specified, default to the user's home directory
59
55
interp_object = ivle.interpret.interpreter_objects["cgi-python"]
61
59
ivle.interpret.interpret_file(req, req.user, user_jail_dir,
64
64
class Plugin(ViewPlugin):