diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 18:05:01 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 18:05:01 -0700 |
commit | 30a2d14b78385cd3097da9a7953392143a1e6f55 (patch) | |
tree | 647cdb0c1fd7fe8902b24112ddf8f740c0589c41 | |
parent | 47c5b3a65bf53ebb79acffef4a31ba0c8054ce57 (diff) | |
download | paramiko-30a2d14b78385cd3097da9a7953392143a1e6f55.tar.gz |
Init header update
-rw-r--r-- | paramiko/__init__.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/paramiko/__init__.py b/paramiko/__init__.py index 7935f830..8c158538 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -45,12 +45,7 @@ receive data over the encrypted session. Paramiko is written entirely in python (no C or platform-dependent code) and is released under the GNU Lesser General Public License (LGPL). -Website: U{http://www.lag.net/paramiko/} - -@version: 1.7.11 -@author: Robey Pointer -@contact: robeypointer@gmail.com -@license: GNU Lesser General Public License (LGPL) +Website: U{https://github.com/paramiko/paramiko/} """ import sys |