# -*- coding: utf-8 -*-
# $Id: config.py 1628 2013-03-24 22:40:01Z 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__)), 'runhugs.sh')
#INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')