53
52
"""Handler for the File Services application."""
55
54
# If no path specified, default to the user's home directory
59
58
interp_object = ivle.interpret.interpreter_objects["cgi-python"]
60
59
user_jail_dir = os.path.join(ivle.conf.jail_base, req.user.login)