Sign in
chromium
/
external
/
github.com
/
vpelletier
/
python-libusb1
/
f7927af39961476b9f51a554c154f30f12f1af44
/
.
/
usb1
/
__pyinstaller
/
__init__.py
blob: 255f0608a041b4ef766edac51eab0718cb26d2e5 [
file
] [
log
] [
blame
]
import
os
def
get_hook_dirs
():
return
[
os
.
path
.
dirname
(
__file__
)]
def
get_PyInstaller_tests
():
return
[
os
.
path
.
dirname
(
__file__
)]