From f7b892905c62b94a6e54d115ee2d6d32d66af013 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:25:55 -0500 Subject: Imported Upstream version 1.7.6 Closes: #543784 --- docs/paramiko-pysrc.html | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'docs/paramiko-pysrc.html') diff --git a/docs/paramiko-pysrc.html b/docs/paramiko-pysrc.html index a81648d..fe7d304 100644 --- a/docs/paramiko-pysrc.html +++ b/docs/paramiko-pysrc.html @@ -53,24 +53,24 @@

Source Code for Package paramiko

-  1  # Copyright (C) 2003-2008  Robey Pointer <robey@lag.net> 
-  2  # 
-  3  # This file is part of paramiko. 
-  4  # 
-  5  # Paramiko is free software; you can redistribute it and/or modify it under the 
-  6  # terms of the GNU Lesser General Public License as published by the Free 
-  7  # Software Foundation; either version 2.1 of the License, or (at your option) 
-  8  # any later version. 
-  9  # 
- 10  # Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY 
- 11  # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 
- 12  # A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
- 13  # details. 
- 14  # 
- 15  # You should have received a copy of the GNU Lesser General Public License 
- 16  # along with Paramiko; if not, write to the Free Software Foundation, Inc., 
- 17  # 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA. 
- 18   
+  1  # Copyright (C) 2003-2009  Robey Pointer <robeypointer@gmail.com> 
+  2  # 
+  3  # This file is part of paramiko. 
+  4  # 
+  5  # Paramiko is free software; you can redistribute it and/or modify it under the 
+  6  # terms of the GNU Lesser General Public License as published by the Free 
+  7  # Software Foundation; either version 2.1 of the License, or (at your option) 
+  8  # any later version. 
+  9  # 
+ 10  # Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY 
+ 11  # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 
+ 12  # A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
+ 13  # details. 
+ 14  # 
+ 15  # You should have received a copy of the GNU Lesser General Public License 
+ 16  # along with Paramiko; if not, write to the Free Software Foundation, Inc., 
+ 17  # 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA. 
+ 18   
  19  """ 
  20  I{Paramiko} (a combination of the esperanto words for "paranoid" and "friend") 
  21  is a module for python 2.3 or greater that implements the SSH2 protocol for 
@@ -102,9 +102,9 @@
  47   
  48  Website: U{http://www.lag.net/paramiko/} 
  49   
- 50  @version: 1.7.4 (Desmond) 
+ 50  @version: 1.7.6 (Fanny) 
  51  @author: Robey Pointer 
- 52  @contact: robey@lag.net 
+ 52  @contact: robeypointer@gmail.com 
  53  @license: GNU Lesser General Public License (LGPL) 
  54  """ 
  55   
@@ -114,10 +114,10 @@
  59      raise RuntimeError('You need python 2.2 for this module.') 
  60   
  61   
- 62  __author__ = "Robey Pointer <robey@lag.net>" 
- 63  __date__ = "06 Jul 2008" 
- 64  __version__ = "1.7.4 (Desmond)" 
- 65  __version_info__ = (1, 7, 4) 
+ 62  __author__ = "Robey Pointer <robeypointer@gmail.com>" 
+ 63  __date__ = "1 Nov 2009" 
+ 64  __version__ = "1.7.6 (Fanny)" 
+ 65  __version_info__ = (1, 7, 6) 
  66  __license__ = "GNU Lesser General Public License (LGPL)" 
  67   
  68   
@@ -168,11 +168,11 @@ paramiko.file" class="py-name" href="#" onclick="return doclink('link-49', 'file
  92  from config import SSHConfig 
  93   
  94  # fix module names for epydoc 
- 95  for c in locals(). 95  for c in locals().values(): 
  96      if issubclass(type(c), type) or type(c).__name__ == 'classobj': 
  97          # classobj for exceptions :/ 
- 98          c.__module__ = __name__ 
+ 98          c.__module__ = __name__ 
  99  del c 
 100   
 101  from common import 
   
     
-    Generated by Epydoc 3.0.1 on Sun Jul  6 18:30:33 2008
+    Generated by Epydoc 3.0.1 on Sun Nov  1 22:14:20 2009