[Pkg-privacy-commits] [tails-installer] 27/30: Changed the pyi spec import style to match pyinstaller 3
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:27:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.92.0
in repository tails-installer.
commit 9c9ecce67103773851737bab724dedc1aec8951a
Author: Martin Briza <mbriza at redhat.com>
Date: Wed Apr 6 11:18:35 2016 +0200
Changed the pyi spec import style to match pyinstaller 3
---
liveusb-creator.pyi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liveusb-creator.pyi.spec b/liveusb-creator.pyi.spec
index 4e44643..11c3c7e 100644
--- a/liveusb-creator.pyi.spec
+++ b/liveusb-creator.pyi.spec
@@ -1,7 +1,7 @@
# -*- mode: python -*-
-from PyInstaller.hooks.hookutils import qt5_qml_data
+from PyInstaller.utils.hooks import qt5_qml_data
# removes all debug dll variants from the archive, comparing them to their regular counterparts (*d.dll vs *.dll)
def stripDebug(list):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list