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

* Running with debug.

This commit is contained in:
2006-12-25 17:10:45 +00:00
parent ae4019ad19
commit 3ce3c7445a

View File

@@ -2,4 +2,5 @@
# Simple wraper to launch python application from desired place.
cd /mnt/data/Python/pyGTKtalog
#export PYTHONPATH="$PYTHONPATH:/usr/lib/gajim"
exec python -OO pyGTKtalog.py $@
#exec python -OO pyGTKtalog.py $@
exec python pyGTKtalog.py $@