2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-01-28 19:52:16 +00:00
Files
Catch2/scripts/scriptCommon.py
2013-04-24 18:58:57 +01:00

4 lines
98 B
Python

import os
import sys
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))