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
0ec7ea2e4934fa5f040201ca8634bd390fa40dbe
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