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