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
1e74938538544afde5e08c0ec667ad7e6ddad9a9
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