~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

Merge description into dont-add-conflict-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
    this just exists to tell the test code how to get to it.
562
562
    """
563
563
 
564
 
    def setUp(self):
565
 
        """Setup the server to service requests.
566
 
 
567
 
        :param decorated_transport: ignored by this implementation.
568
 
        """
 
564
    def start_server(self):
 
565
        pass
569
566
 
570
567
    def get_url(self):
571
568
        """See Transport.Server.get_url."""