mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-02-01 13:55:45 +01:00
* Moved experimental MVC project as a current mainstream.
This commit is contained in:
6
pyGTKtalog
Executable file
6
pyGTKtalog
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Simple wraper to launch python application from desired place.
|
||||
cd ~/Devel/Python/pyGTKtalog/mvc
|
||||
#export PYTHONPATH="$PYTHONPATH:/home/gryf/Devel/Python/pyGTKtalog/mvc"
|
||||
#exec python -OO pygtktalog.py $@
|
||||
exec python pygtktalog.py $@
|
||||
Reference in New Issue
Block a user