diff --git a/paramiko/message.py b/paramiko/message.py index 17cc532..9a4a9df 100644 --- a/paramiko/message.py +++ b/paramiko/message.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # Copyright (C) 2003-2005 Robey Pointer # # This file is part of paramiko. diff --git a/paramiko/server.py b/paramiko/server.py index fcbbb41..747a36d 100644 --- a/paramiko/server.py +++ b/paramiko/server.py @@ -74,10 +74,9 @@ class ServerInterface (object): @param kind: the kind of channel the client would like to open (usually C{"session"}). @type kind: str - @param chanid: ID of the channel, required to create a new L{Channel} - object. + @param chanid: ID of the channel @type chanid: int - @return: a success or failure code (listed above). + @return: a success or failure code (listed above) @rtype: int """ return OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED