~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Martin Packman
  • Date: 2011-11-23 19:10:06 UTC
  • mto: This revision was merged to the branch mainline in revision 6304.
  • Revision ID: martin.packman@canonical.com-20111123191006-a7ojbk9eb8lay2wo
Add a couple of dangling full stops after terminal closing bracket to refix test

Show diffs side-by-side

added added

removed removed

Lines of Context:
1856
1856
 
1857
1857
transport_server_registry = registry.Registry()
1858
1858
transport_server_registry.register_lazy('bzr', 'bzrlib.smart.server',
1859
 
    'serve_bzr', help="The Bazaar smart server protocol over TCP. (default port: 4155)")
 
1859
    'serve_bzr', help="The Bazaar smart server protocol over TCP. (default port: 4155).")
1860
1860
transport_server_registry.default_key = 'bzr'