tests
test_python-ok.py
Go to the documentation of this file.
1
import
os
2
import
re
3
4
pkgConfigPath = os.environ.get(
"PKG_CONFIG_PATH"
)
5
if
pkgConfigPath
is
None
:
6
pkgConfigPath =
""
7
pathList = re.split(
":"
, pkgConfigPath)
8
9
print(pathList)
dynamic-graph-python
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Sun Jun 25 2023 02:55:50