[Pkg-bitcoin-commits] [python-quamash] 110/269: Fix QApplication usage

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit f6e9944b792531ddbc7dcdfe782174488e99e68c
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Mon Jul 21 17:19:01 2014 +0200

    Fix QApplication usage
---
 tests/test_qeventloop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index da71e2c..f6ba8af 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -30,7 +30,7 @@ class _SubprocessProtocol(asyncio.SubprocessProtocol):
 
 @pytest.fixture(scope='session')
 def application():
-	return QApplication.instance() or quamash.QApplication([])
+	return quamash.QApplication.instance() or quamash.QApplication([])
 
 
 @pytest.fixture

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list