summaryrefslogtreecommitdiff
path: root/test.py
blob: 7c8243800cf8cf5a813f5013218cf2e9a7beebb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
from thread import start_new_thread
from traceback import print_exc

#import jmpd
#import jmpc

port=6600

#server=jmpd.server()
#start_new_thread(server.start, (port,))

#try:
	#client=jmpc.client()
	#client.connect('localhost', port)
#except:
	#print_exc()

#server.closeAll()
#client.close()