mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-02-11 19:25:53 +01:00
* Added details MVC files.
* Change of katalog file organization. * Small bugfixes. * Code clean up. * Added README file.
This commit is contained in:
12
pyGTKtalog
12
pyGTKtalog
@@ -1,7 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Simple wraper to launch python application from desired place.
|
||||
# adjust to your needs:
|
||||
data_dir="/home/gryf/Devel/Python/pyGTKtalog"
|
||||
python_intrpreter="/usr/bin/python"
|
||||
|
||||
# don't change anything below.
|
||||
current_dir="`pwd`"
|
||||
cd ~/Devel/Python/pyGTKtalog
|
||||
#export PYTHONPATH="$PYTHONPATH:/home/gryf/Devel/Python/pyGTKtalog/mvc"
|
||||
#exec python -OO pygtktalog.py $@
|
||||
exec python pygtktalog.py "$current_dir" "$@"
|
||||
cd $data_dir
|
||||
#exec $python_intrpreter -OO pygtktalog.py "$current_dir" "$@"
|
||||
exec $python_intrpreter pygtktalog.py "$current_dir" "$@"
|
||||
|
||||
Reference in New Issue
Block a user