From 11815d4d837314a51ebf919c1a61cb0f68a3c02b Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Mon, 10 Nov 2003 08:49:50 +0000 Subject: [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-9] rename secsh -> paramiko also, rename SecshException back to SSHException. sigh. :) --- message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'message.py') diff --git a/message.py b/message.py index aeccd9f4..0660fe63 100644 --- a/message.py +++ b/message.py @@ -1,11 +1,11 @@ -# implementation of a secsh "message" +# implementation of an SSH2 "message" import string, types, struct from util import inflate_long, deflate_long class Message(object): - "represents the encoding of a secsh message" + "represents the encoding of an SSH2 message" def __init__(self, content=''): self.packet = content -- cgit v1.2.3