#!/bin/sh

# NF_HOME is the path to the python sources.
# PYTHON is the path and filename of the python interpreter.

NF_HOME=$HOME/project/tknf
PYTHON=/usr/local/bin/tkpython4.1

# You shouldn't have to change anything below this

PYTHONPATH=$NF_HOME:$NF_HOME/tkdialogs-1.1:$NF_HOME/mime:$PYTHONPATH
export NF_HOME PYTHONPATH
exec $PYTHON $NF_HOME/nf.py $*



