1
0
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:
2007-05-01 19:30:22 +00:00
parent 45859e1a3d
commit f695f82c1f
30 changed files with 2232 additions and 0 deletions

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