Skip to content

Instantly share code, notes, and snippets.

@OrangeTux
Created December 17, 2014 14:31
Show Gist options
  • Save OrangeTux/76ca4fca49b791cc9bed to your computer and use it in GitHub Desktop.
Save OrangeTux/76ca4fca49b791cc9bed to your computer and use it in GitHub Desktop.
MySocket
class MySocket(socket):
def close(self):
""" Closes socket and pushes the destroy button. """
super(MySocket, self).close()
del self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment