view bin/parpg.sh.in @ 119:3564a46544bc

Added Base component, which has a saveable_fields property. It is supposed to be derived from, thus it is not in the components list.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 14:58:03 +0200
parents 927f2cf75357
children
line wrap: on
line source

#!/bin/bash

export PYTHONPATH=${PYTHONPATH}:"@PYTHONDIR@"
cd $(dirname $0)
"@PYTHON@" -m parpg.main "@SYSCONFDIR@" $@