Initial import from SVN (svn://129.187.65.205/platz/trunk, r1)

Converted from SVN working copy. Original SVN server no longer available.
Original commit date: 2006-05-03, author: sm
This commit is contained in:
Michael Stangl
2006-05-03 22:21:24 +02:00
commit 97382c8e9d
15 changed files with 1669 additions and 0 deletions

17
bin/run Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
# -------------------------------------
# Wo ist das Programm hinkopiert
export PLATZ=/Users/sm/develop/python/platz
echo $PLATZ
# -------------------------------------
# Umgebung setzen
export PLATZ_CFG=$PLATZ/cfg
export PLATZ_LIBS=$PLATZ/libs
export PLATZ_WORK=$PLATZ/work
# Wo sind die Pythonskripte ?
export PYTHONPATH=$PYTHONPATH:$PLATZ_LIBS
# Startet das Sitzplatzprogramm
python $PLATZ_LIBS/platz.py