Sign in
fuchsia
/
third_party
/
libxml2
/
06e2f3a46e488f285c010cfa738012f02ed98d10
/
.
/
python
/
tests
/
setup_test.py
blob: f893e56e321b729628baabc7d460c59d8ebc9c80 [
file
] [
log
] [
blame
]
import
os
import
sys
if
hasattr
(
os
,
'add_dll_directory'
):
os
.
add_dll_directory
(
os
.
path
.
join
(
os
.
getcwd
(),
'..'
,
'..'
,
'.libs'
))