#!/bin/sh
# invoke subterfugue wrapper

#	$Header: /cvsroot/subterfugue/subterfugue/sf.in,v 1.5 2001/11/26 04:24:30 mkc Exp $

export SUBTERFUGUE_ROOT=/usr/lib/subterfugue
#DSF#export PYTHONPATH=$SUBTERFUGUE_ROOT/modules:$PYTHONPATH

PYFLAGS=

# uncomment to optimize (this will disable assertion checking, which probably
# isn't really a good idea at this point)
#PYFLAGS=-O

exec python2.3 $PYFLAGS $SUBTERFUGUE_ROOT/subterfugue_.py ${1+"$@"} $SUBTERFUGUE_ROOT
