From 0ae801447ede34b113663f09b5903c00b3644fb1 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Tue, 9 Mar 2004 01:09:17 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-33] include tests in manifest include the tests in the manifest for dist, and remove some outdated notes in NOTES about the exported API (this is doc'd wayyy better in epydoc now). --- MANIFEST.in | 3 ++- NOTES | 14 -------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f66b8a9..1368ae2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ -include ChangeLog LICENSE demo.py demo_simple.py demo_server.py demo_dss_key demo_rsa_key +include ChangeLog LICENSE test.py demo.py demo_simple.py demo_server.py demo_dss_key demo_rsa_key recursive-include docs * +recursive-include tests *.py diff --git a/NOTES b/NOTES index 3db2b83..e84f99c 100644 --- a/NOTES +++ b/NOTES @@ -11,17 +11,3 @@ SIS <-- @ --> (parse, find chan) --> ssh2 chan: buffer <-- SSHInputStream SSHOutputStream --> ssh2 chan --> ssh2 transport --> SOS [no thread] - - -exported API... - -from ChannelFile: - next - write - writelines - flush - read - readline - readlines - xreadlines - close