1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

* Fixed paths.

This commit is contained in:
2007-05-05 20:06:02 +00:00
parent f695f82c1f
commit 7e33eb55f5

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Simple wraper to launch python application from desired place.
cd /mnt/data/Python/pyGTKtalog
cd ~/Python/pyGTKtalog
#export PYTHONPATH="$PYTHONPATH:/usr/lib/gajim"
#exec python -OO pyGTKtalog.py $@
exec python pyGTKtalog.py $@