~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/server.py

  • Committer: Jelmer Vernooij
  • Date: 2009-05-26 07:48:03 UTC
  • mto: This revision was merged to the branch mainline in revision 4381.
  • Revision ID: jelmer@samba.org-20090526074803-fx1cdhcfcuxux8pf
Review feedback from Ian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
""")
34
34
 
35
35
 
36
 
 
37
36
class SmartTCPServer(object):
38
37
    """Listens on a TCP socket and accepts connections from smart clients.
39
38