1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/python import sys import os sys.path.insert(0, os.getcwd()) from collagen.matchbox import MatchboxServer as ms s = ms('localhost',10000) s.start_server()