summaryrefslogtreecommitdiff
path: root/test/data/SSL1/Connection1.py
blob: c0f0152264af818c3f447088189b4177c0e79621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""M2Crypto.SSL.Connection

Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved."""

RCS_id='$Id: Connection1.py,v 1.1 2005-06-13 20:55:22 syt Exp $'

#Some code deleted here

class Connection:

    """An SSL connection."""

    def __init__(self, ctx, sock=None):
        print 'init Connection'