aboutsummaryrefslogtreecommitdiff
blob: d24e5e1f6781d3fc88127279b79fe281138db95f (plain)
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()