Cross Reference: config.py
xref
: /
systemd
/
shell-completion
/
bash
/
systemd-run
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
# -*- 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__)), 'runhugs+systrace')
INTERPRETER
=
join
(
abspath
(
dirname
(
__file__
)),
'runhugs.sh'
)