diff options
author | tv <tv@xso> | 2011-09-05 20:49:53 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-05 20:49:53 +0200 |
commit | c1840f9fe4b58d4029635a021a2236f015a8b1c3 (patch) | |
tree | 64e13d82bbec5cbb9947ca7c13e6e7d3ad68ea13 /Synapse | |
parent | 5b219aba1a8d4f808f35703d2fb270a43fcb3bd1 (diff) |
//Synapse/index: PYTHONPATH is not need
Diffstat (limited to 'Synapse')
-rwxr-xr-x | Synapse/index | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Synapse/index b/Synapse/index index c8b8bcfb..21129c71 100755 --- a/Synapse/index +++ b/Synapse/index @@ -5,5 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -export PYTHONPATH="$PWD" exec python2 bot2.py "$@" |