20
20
http://www.python.org/dev/peps/pep-0333/
25
28
from ...bzr.smart import medium
26
29
from ...transport import chroot, get_transport
27
30
from ...urlutils import local_path_to_url
30
33
def make_app(root, prefix, path_var='REQUEST_URI', readonly=True,
32
35
"""Convenience function to construct a WSGI bzr smart server.
34
37
:param root: a local path that requests will be relative to.