[Pkg-bitcoin-commits] [python-quamash] 05/78: get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:51 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 1c7c11f2854dc388c4d57ccd5f765a71febfbb93
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Thu Jan 14 14:12:06 2016 -0800

    get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri
---
 quamash/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 91d4587..8e02ba8 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -171,7 +171,7 @@ def _make_signaller(qtimpl_qtcore, *args):
 
 
 @with_logger
-class _QEventLoop(asyncio.BaseEventLoop):
+class _QEventLoop:
 
 	"""
 	Implementation of asyncio event loop that uses the Qt Event loop.

-- 
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