ok
| Direktori : /lib/fm-agent/dependencies/linux/python3.9/jpype/_pyinstaller/ |
| Current File : //lib/fm-agent/dependencies/linux/python3.9/jpype/_pyinstaller/hook-jpype.py |
import os
from pathlib import Path
import jpype
fspath = getattr(os, 'fspath', str)
jar_path = Path(jpype.__file__).parent.parent.joinpath('org.jpype.jar')
datas = [[fspath(jar_path), '.']]