This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
Catch2
Watch
1
Star
0
Fork
0
forked from
catchorg/Catch2
Code
Pull Requests
Activity
Files
5ecb72b9bb65cd8fed2aec4da23a3bc21bbccd74
Catch2
/
scripts
/
scriptCommon.py
T
4 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Refactored scripts to start using a common file
2013-04-24 18:58:57 +01:00
import
os
import
sys
catchPath
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
os
.
path
.
dirname
(
sys
.
argv
[
0
])))
Copy Permalink