Hash : 6c4ea468 Author : Date : 2023-09-21T21:31:52
python: Fix tests Revert part of commit 138213ac.
Download
1 2 3 4 5
import os import sys if hasattr(os, 'add_dll_directory'): os.add_dll_directory(os.path.join(os.getcwd(), '..', '..', '.libs'))