[pytango] 23/25: Forbid implicit relative imports in asyncio module
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to tag v8.1.9
in repository pytango.
commit 3b49b7249de6a28a0ed8342d1417c4a74c7353d1
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date: Thu Aug 11 11:35:39 2016 +0200
Forbid implicit relative imports in asyncio module
---
src/boost/python/asyncio.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/boost/python/asyncio.py b/src/boost/python/asyncio.py
index ead448c..dfc5964 100644
--- a/src/boost/python/asyncio.py
+++ b/src/boost/python/asyncio.py
@@ -12,6 +12,8 @@
"""This module exposes a asyncio version of :class:`PyTango.DeviceProxy` and
:class:`PyTango.AttributeProxy"""
+from __future__ import absolute_import
+
__all__ = ["DeviceProxy", "AttributeProxy", "check_requirements",
"get_event_loop"]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list