/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/transport/http/wsgi.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 18:59:44 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • Revision ID: breezy.the.bot@gmail.com-20181116185944-biefv1sub37qfybm
Sprinkle some PEP8iness.

Merged from https://code.launchpad.net/~jelmer/brz/more-cleanups/+merge/358611

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
 
32
32
def make_app(root, prefix, path_var='REQUEST_URI', readonly=True,
33
 
    load_plugins=True, enable_logging=True):
 
33
             load_plugins=True, enable_logging=True):
34
34
    """Convenience function to construct a WSGI bzr smart server.
35
35
 
36
36
    :param root: a local path that requests will be relative to.
116
116
        # protocol dictionary, we don't *just in case* there are parts of
117
117
        # breezy that will invoke 'get_transport' on urls rather than cloning
118
118
        # around the existing transport.
119
 
        #self.chroot_server.stop_server()
 
119
        # self.chroot_server.stop_server()
120
120
 
121
121
    def __call__(self, environ, start_response):
122
122
        """WSGI application callable."""