Searched refs:abspath (Results 1 - 21 of 21) sorted by relevance

/ec/ECSpooler/backends/cl/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'sbcl+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'sbcl.sh')
/ec/ECSpooler/backends/haskell/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
/ec/ECSpooler/backends/haskellext/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
10 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
/ec/ECSpooler/backends/haskellio/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
11 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
/ec/ECSpooler/backends/haskellqc/
H A Dconfig.py20 from os.path import join, dirname, abspath namespace
22 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
23 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
/ec/ECSpooler/backends/python/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #INTERPRETER = join(abspath(dirname(__file__)), 'python+systrace')
10 INTERPRETER = join(abspath(dirname(__file__)), 'python.sh')
/ec/ECSpooler/backends/pyunit/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'python+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'python.sh')
/ec/ECSpooler/backends/sql/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 INTERPRETER = join(abspath(dirname(__file__)), 'sql.sh')
/ec/ECSpooler/backends/erlang/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'erlc')
10 COMPILER = join(abspath(dirname(__file__)), 'erlc.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'erl+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'erl.sh')
/ec/ECSpooler/backends/java/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'java+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'java.sh')
/ec/ECSpooler/backends/javare/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'java+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'java.sh')
/ec/ECSpooler/backends/scheme/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
11 #INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme+systrace')
12 INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme.sh')
16 STREAM_LIB_PATH = join(abspath(dirname(__file__)), 'scheme_libs', STREAM_LIB)
/ec/ECSpooler/backends/xml/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
11 XMLLINT = join(abspath(dirname(__file__)), 'xmllint.sh')
14 SAXON = join(abspath(dirname(__file__)), 'saxon.sh'
/ec/ECSpooler/backends/prolog/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 INTERPRETER = join(abspath(dirname(__file__)), 'pl+systrace')
10 #INTERPRETER = join(abspath(dirname(__file__)), 'pl.sh')
/ec/ECSpooler/backends/junit/
H A Dconfig.py35 from os.path import join, dirname, abspath namespace
44 #compiler = join(abspath(dirname(__file__)), 'javac')
45 compiler = join(abspath(dirname(__file__)), 'javac.sh')
46 #interpreter = join(abspath(dirname(__file__)), 'java+systrace')
47 interpreter = join(abspath(dirname(__file__)), 'java.sh')
53 compiler = join(abspath(dirname(__file__)), comp)
57 interpreter = join(abspath(dirname(__file__)), intp)
74 CURRENT_PATH = abspath(dirname(__file__))
/ec/ECSpooler/tests/
H A Drunalltests19 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))
25 os.chdir(os.path.join(os.path.abspath(os.path.dirname(__file__))))
H A Druntests19 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))
24 os.chdir(os.path.join(os.path.abspath(os.path.dirname(__file__))))
/ec/ECSpooler/lib/
H A DSecureXMLRPCServer.py15 __CERT_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), '..', 'certs')
H A DBackend.py14 from os.path import join, dirname, abspath namespace
55 self.version = file(join(abspath(dirname(versionFile)), 'version.txt'), 'r').read()
/ec/ECSpooler/bin/
H A Dbackendctl22 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))
H A Dspoolerctl25 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))

Completed in 41 milliseconds