137
138
self.uri = os.environ['SCRIPT_NAME'] + os.environ['PATH_INFO']
138
139
# Split the given path into the app (top-level dir) and sub-path
139
140
# (after first stripping away the root directory)
143
144
(_, self.path) = (ivle.util.split_path(path))