Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Connection1.py 343B

1234567891011121314
  1. """M2Crypto.SSL.Connection
  2. Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved."""
  3. from __future__ import print_function
  4. RCS_id='$Id: Connection1.py,v 1.1 2005-06-13 20:55:22 syt Exp $'
  5. #Some code deleted here
  6. class Connection:
  7. """An SSL connection."""
  8. def __init__(self, ctx, sock=None):
  9. print('init Connection')