1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 04:03:51 +00:00
Catch2/scripts/scriptCommon.py

4 lines
98 B
Python

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