294
294
mod_python.Cookie.add_cookie(self.apache_req, cookie, value, **attributes)
296
305
def unmake_path(self, path):
297
306
"""Strip the IVLE URL prefix from the given path, if present.
299
308
Also normalises the path.
301
312
path = os.path.normpath(path)
302
313
root = os.path.normpath(self.config['urls']['root'])