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

* Change of path to project in bash starting script.

This commit is contained in:
2007-07-26 08:57:35 +00:00
parent a9897caf79
commit 56e11e21ab

View File

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