This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye/mandaye/utils.py

4 lines
116 B
Python

def get_absolute_uri(env):
return env['mandaye.scheme'] + '://' + env['HTTP_HOST'] + \
env['PATH_INFO']