1
0
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:
2007-09-05 16:13:58 +00:00
parent c779b83259
commit 3282000e03
33 changed files with 0 additions and 0 deletions

6
pyGTKtalog Executable file
View 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 $@