#!/bin/sh
# invoke subterfugue wrapper

#	$Header: /cvsroot/subterfugue/subterfugue/sf.in,v 1.4 2001/02/20 23:12:19 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 python $PYFLAGS $SUBTERFUGUE_ROOT/subterfugue_.py ${1+"$@"} $SUBTERFUGUE_ROOT
