Ejemplo n.º 1
0
def redo():
    s.closeConnection()
    s.close()
    reload(TCP)
    s = TCP.CsServerSock(10000)
Ejemplo n.º 2
0
__author__ = 'Martin Lichtman'

import TCP
s = TCP.CsServerSock(10000)


def redo():
    s.closeConnection()
    s.close()
    reload(TCP)
    s = TCP.CsServerSock(10000)