Skip to content

Commit

Permalink
added python-mpd-server to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wendlers committed Sep 20, 2012
1 parent db2530c commit b47533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscmpd
@@ -1,7 +1,7 @@
#!/bin/bash

LIB_DIR="./src"
LIB_DIR="./extlib/python-mpd-server:./src"

export PYTHONPATH=$LIB_DIR

python $LIB_DIR/pyscmpd.py $@
python src/pyscmpd.py $@

0 comments on commit b47533b

Please sign in to comment.