Add Path to the imports

This commit is contained in:
Jelle Spijker 2022-07-19 11:16:34 +02:00 committed by GitHub
parent ee10141691
commit ce8eb1056c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# -*- mode: python ; coding: utf-8 -*- # -*- mode: python ; coding: utf-8 -*-
import os import os
from pathlib import Path
from PyInstaller.utils.hooks import collect_all from PyInstaller.utils.hooks import collect_all