(root)/
libxml2-2.12.3/
python/
tests/
setup_test.py
       1  import os
       2  import sys
       3  
       4  if hasattr(os, 'add_dll_directory'):
       5      os.add_dll_directory(os.path.join(os.getcwd(), '..', '..', '.libs'))