summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python2/data/SSL1/Connection1.py
blob: 6bbb13028d2c37d96ac6c806a8f14a6db9d77085 (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."""
from __future__ import print_function
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')