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.

socketerror_import.py 183B

123456
  1. """ds"""
  2. from __future__ import absolute_import, print_function
  3. from socket import error
  4. __revision__ = '$Id: socketerror_import.py,v 1.2 2005-12-28 14:58:22 syt Exp $'
  5. print(error)