aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/__pyinstaller/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/__pyinstaller/__init__.py')
-rw-r--r--hypervideo_dl/__pyinstaller/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hypervideo_dl/__pyinstaller/__init__.py b/hypervideo_dl/__pyinstaller/__init__.py
new file mode 100644
index 0000000..1c52aad
--- /dev/null
+++ b/hypervideo_dl/__pyinstaller/__init__.py
@@ -0,0 +1,5 @@
+import os
+
+
+def get_hook_dirs():
+ return [os.path.dirname(__file__)]