aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 16:18:29 +0200
committerStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 16:18:29 +0200
commitb7883d898ec56b96c140aee22903bd926068b860 (patch)
treebba940b42dce122e7c98ea5505f750230805df5a /src/matchbox.py
parentMoved files around to simplify deployment (diff)
downloadcollagen-b7883d898ec56b96c140aee22903bd926068b860.tar.gz
collagen-b7883d898ec56b96c140aee22903bd926068b860.tar.bz2
collagen-b7883d898ec56b96c140aee22903bd926068b860.zip
More changes for installation of matchbox/tinderbox
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)