gmyth-stream/server/plugins/comm/tcp.py
branchtrunk
changeset 499 9900800a8dd6
parent 484 27e83a8f68d7
child 504 2b5355061b66
     1.1 --- a/gmyth-stream/server/plugins/comm/tcp.py	Tue Apr 03 16:42:04 2007 +0100
     1.2 +++ b/gmyth-stream/server/plugins/comm/tcp.py	Wed Apr 04 21:18:43 2007 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  import time
     1.5  import socket
     1.6  
     1.7 -class Server:
     1.8 +class Server(object):
     1.9  
    1.10      def __init__(self, config):
    1.11          self.host = ''