[Pkg-bitcoin-commits] [python-quamash] 66/78: typo

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:56 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 655f35e543945be59e1e596cf4227c74bd7a66e5
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Thu Jan 14 13:13:59 2016 -0800

    typo
---
 quamash/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index bc4bc05..bc51799 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -585,7 +585,7 @@ class _QEventLoop(asyncio._BaseEventLoop):
 		except:
 			sys.stderr.write('{!r}, {!r}\n'.format(args, kwds))
 
-from .unix import _SelectorEventLoop
+from ._unix import _SelectorEventLoop
 QSelectorEventLoop = type('QSelectorEventLoop', (_QEventLoop, _SelectorEventLoop), {})
 
 if os.name == 'nt':

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