Cross Reference: config.py
xref
: /
ec
/
ECSpooler
/
backends
/
sql
/
config.py
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
# -*- coding: utf-8 -*-
# $Id:
config.py
1625 2013-03-18 06:59:25Z amelung $
#
# Copyright (c) 2012 Otto-von-Guericke-Universität Magdeburg
#
# This file is part of ECSpooler.
from
os
.
path
import
join
,
dirname
,
abspath
INTERPRETER
=
join
(
abspath
(
dirname
(
__file__
)),
'sql.sh'
)