Removed sockets attribute, does not exist ( yet )

This commit is contained in:
Stephen Diehl
2012-02-29 10:27:49 -05:00
parent 3ed0a8a105
commit 7862e0d044
-1
View File
@@ -302,7 +302,6 @@ class Component(object):
socket.gethostname() ,
os.getpid() ,
hex(id(self)) ,
self.sockets ,
)
def __repr__(self):