Files
meteorbot-old/bot/external/Botcraft/3rdparty/catch2/tools/scripts/scriptCommon.py
T

5 lines
116 B
Python
Raw Normal View History

2024-04-30 22:07:50 -06:00
import os
import sys
catchPath = os.path.dirname(os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))))