aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py2/twisted/conch/ssh/__init__.py
blob: 4b7f024b9968882687344ec022d1cf178f2f9ca0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

# 

"""
An SSHv2 implementation for Twisted.  Part of the Twisted.Conch package.

Maintainer: Paul Swartz
"""