# -*- coding: utf-8 -*-
# $Id: config.py 1603 2011-10-10 12:33:02Z amelung $
#
# Copyright (c) 2007-2011 Otto-von-Guericke-Universität Magdeburg
#
# This file is part of ECSpooler.
from os.path import join, dirname, abspath
#INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme+systrace')
INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme.sh')
# construct path for stream lib
STREAM_LIB = 'streams.scm'
STREAM_LIB_PATH = join(abspath(dirname(__file__)), 'scheme_libs', STREAM_LIB)