~spiv/ubuntu/lucid/paramiko/address-families-579530-lucid

« back to all changes in this revision

Viewing changes to paramiko/server.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2006-12-26 15:48:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061226154842-a4h9l1h59t0osb7y
Tags: 1.6.4-1
New upstream release (Closes: #344734, #382348).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net>
 
1
# Copyright (C) 2003-2006 Robey Pointer <robey@lag.net>
2
2
#
3
3
# This file is part of paramiko.
4
4
#
443
443
    authenticated and requests subsytem C{"mp3"}, an object of class
444
444
    C{MP3Handler} will be created, and L{start_subsystem} will be called on
445
445
    it from a new thread.
446
 
 
447
 
    @since: ivysaur
448
446
    """
449
447
    def __init__(self, channel, name, server):
450
448
        """