diff options
author | Robey Pointer <robey@lag.net> | 2005-06-28 08:15:24 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-06-28 08:15:24 +0000 |
commit | 401e37fa23e9c78c0d3537741c6f923e6daad100 (patch) | |
tree | 4d1ed8b702b7969076b67f621c1cfde467531f52 | |
parent | dff128c814635413a3cb83dd18d56db8dabe21e8 (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-21]
oops, missed changing the version name to nidoran
-rw-r--r-- | paramiko/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/__init__.py b/paramiko/__init__.py index c1d8f5bb..0cb84058 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -46,7 +46,7 @@ released under the GNU Lesser General Public License (LGPL). Website: U{http://www.lag.net/paramiko/} -@version: 1.3.1 (marowak) +@version: 1.3.1 (nidoran) @author: Robey Pointer @contact: robey@lag.net @license: GNU Lesser General Public License (LGPL) |