diff options
author | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-14 16:18:29 +0200 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-14 16:18:29 +0200 |
commit | b7883d898ec56b96c140aee22903bd926068b860 (patch) | |
tree | bba940b42dce122e7c98ea5505f750230805df5a /src/matchbox.py | |
parent | Moved files around to simplify deployment (diff) | |
download | collagen-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.py | 6 |
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) |