aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/matchbox.py')
-rw-r--r--src/matchbox.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/matchbox.py b/src/matchbox.py
index dbafaef..d24e5e1 100644
--- a/src/matchbox.py
+++ b/src/matchbox.py
@@ -1,3 +1,9 @@
+#!/usr/bin/python
+
+import sys
+import os
+sys.path.insert(0, os.getcwd())
+
from collagen.matchbox import MatchboxServer as ms
s = ms('localhost',10000)