summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python3/data/SSL1/Connection1.py
blob: 7373271dbb665e825b0d8aff55231efe575cc171 (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')