[Pkg-bitcoin-commits] [python-quamash] 68/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:57 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 e8de434e7ec35c018388c9ea91187e8db82526ce
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 ca072bc..18a617e 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -195,7 +195,7 @@ class _SimpleTimer(QtCore.QObject):
@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