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 306B

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