mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
* New version using pygtkmvc framework.
This commit is contained in:
6
mvc/pyGTKtalog
Executable file
6
mvc/pyGTKtalog
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Simple wraper to launch python application from desired place.
|
||||
cd ~/Python/pyGTKtalog/mvc
|
||||
#export PYTHONPATH="$PYTHONPATH:/usr/lib/gajim"
|
||||
#exec python -OO pyGTKtalog.py $@
|
||||
exec python main_window.py $@
|
||||
Reference in New Issue
Block a user