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

* Changed PYTHONPATH.

* Changed name of program for way of launch with -OO option.
This commit is contained in:
2007-08-26 11:10:56 +00:00
parent c68c108a36
commit be3e4032c7

View File

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