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