[pyzo] 56/68: Make it work with PyQt4 again
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.
commit 779e44f5466e041353ed94801424b50cc4a1eb3d
Author: Almar Klein <almar.klein at gmail.com>
Date: Mon Sep 26 12:47:03 2016 +0200
Make it work with PyQt4 again
---
pyzo/util/qt/QtCore.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyzo/util/qt/QtCore.py b/pyzo/util/qt/QtCore.py
index bde48a7..c9301a6 100644
--- a/pyzo/util/qt/QtCore.py
+++ b/pyzo/util/qt/QtCore.py
@@ -34,6 +34,7 @@ elif PYQT4:
from PyQt4.QtGui import (QItemSelection, QItemSelectionModel,
QItemSelectionRange, QSortFilterProxyModel)
from PyQt4.QtCore import QT_VERSION_STR as __version__
+ from PyQt4.QtGui import QStringListModel
# Those are imported from `import *`
del pyqtSignal, pyqtSlot, pyqtProperty, QT_VERSION_STR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git
More information about the debian-science-commits
mailing list